mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Fix pep8 errors in all of zenmap
This commit is contained in:
@@ -381,15 +381,15 @@ for dir in dirs:
|
||||
continue
|
||||
|
||||
if os.path.isdir(output):
|
||||
os.chmod(output, S_IRWXU | \
|
||||
S_IRGRP | \
|
||||
S_IXGRP | \
|
||||
S_IROTH | \
|
||||
os.chmod(output, S_IRWXU |
|
||||
S_IRGRP |
|
||||
S_IXGRP |
|
||||
S_IROTH |
|
||||
S_IXOTH)
|
||||
else:
|
||||
os.chmod(output, S_IRUSR | \
|
||||
S_IWUSR | \
|
||||
S_IRGRP | \
|
||||
os.chmod(output, S_IRUSR |
|
||||
S_IWUSR |
|
||||
S_IRGRP |
|
||||
S_IROTH)
|
||||
|
||||
def fix_paths(self):
|
||||
|
||||
Reference in New Issue
Block a user