mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
requirements: Upgrade pyflakes to 2.0.0.
We fix a few errors that only the new version finds.
This commit is contained in:
@@ -82,7 +82,7 @@ try:
|
||||
os.path.join(VAR_DIR_PATH, 'zulip-test-symlink')
|
||||
)
|
||||
os.remove(os.path.join(VAR_DIR_PATH, 'zulip-test-symlink'))
|
||||
except OSError as err:
|
||||
except OSError:
|
||||
print(FAIL + "Error: Unable to create symlinks."
|
||||
"Make sure you have permission to create symbolic links." + ENDC)
|
||||
print("See this page for more information:")
|
||||
|
||||
Reference in New Issue
Block a user