1
0
Fork 0
forked from github/pelican

Fix linting issues

Fixes linting issues that caused the `flake8` CI stage to fail.
This commit is contained in:
John Franey 2019-02-06 10:22:57 -04:00
commit 3395e71570
5 changed files with 33 additions and 30 deletions

View file

@ -81,9 +81,9 @@ def main():
to_sym = args.to_symlink or args.clean
if args.action:
if args.action is 'list':
if args.action == 'list':
list_themes(args.verbose)
elif args.action is 'path':
elif args.action == 'path':
print(_THEMES_PATH)
elif to_install or args.to_remove or to_sym:
if args.to_remove: