Skip to content

Commit 262c46a

Browse files
committed
Fix linter
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent d78cb13 commit 262c46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gzdev.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from docopt import docopt
2727

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

0 commit comments

Comments
 (0)