| Summary: | python syntax error in /usr/sbin/firewalld | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | George Kraft <gkraft4ibm> |
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | gkraft4ibm, jpopelka, twoerner |
| Target Milestone: | --- | Flags: | twoerner:
needinfo?
(gkraft4ibm) twoerner: needinfo? (gkraft4ibm) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-15 15:57:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
George Kraft
2016-04-22 13:59:52 UTC
Which python version are you using on F-23?
Please have a look at:
$ pydoc3 os.mkdir
os.mkdir = mkdir(...)
mkdir(path, mode=0o777, *, dir_fd=None)
Create a directory.
If dir_fd is not None, it should be a file descriptor open to a directory,
and path should be relative; path will then be relative to that directory.
dir_fd may not be implemented on your platform.
If it is unavailable, using it will raise a NotImplementedError.
The mode argument is ignored on Windows.
Is this still an issue for you? There have been an selinux-policy update also that touches this. |