mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-29 19:32:25 +10:00
refactor: Organize code to remove flake8 issues
This commit is contained in:
@@ -868,4 +868,4 @@ def setup_django(out_dir: str=None, check_db=False, config: ConfigDict=CONFIG) -
|
||||
except KeyboardInterrupt:
|
||||
raise SystemExit(2)
|
||||
|
||||
os.umask(0o777 - int(OUTPUT_PERMISSIONS, base=8))
|
||||
os.umask(0o777 - int(OUTPUT_PERMISSIONS, base=8)) # noqa: F821
|
||||
|
||||
Reference in New Issue
Block a user