Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Aug 21, 2024
1 parent d78cb13 commit 262c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gzdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from docopt import docopt

if __name__ == '__main__':
args = docopt(__doc__, version='gzdev-core 0.1.0', options_first=True)
args = docopt(str(__doc__), version='gzdev-core 0.1.0', options_first=True)
cmd = args['<command>']
is_valid = {'ign-docker-env': True,
'repository': True}
Expand Down

0 comments on commit 262c46a

Please sign in to comment.