Renamed arguments to args in new main.
This commit is contained in:
parent
96dcbc1aab
commit
bc319ef63c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def main():
|
||||||
import json
|
import json
|
||||||
from docopt import docopt
|
from docopt import docopt
|
||||||
|
|
||||||
arguments = docopt(__doc__)
|
args = docopt(__doc__)
|
||||||
|
|
||||||
topdirs = args['<directory>']
|
topdirs = args['<directory>']
|
||||||
if not topdirs:
|
if not topdirs:
|
||||||
|
|
Loading…
Reference in a new issue