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