yeatmanlab / AFQ-Browser

Browser-based visualization tools for AFQ results
BSD 3-Clause "New" or "Revised" License
33 stars 15 forks source link

CLI for afqbrowser-publish doesn't provide help when run 'blank' #237

Closed arokem closed 6 years ago

arokem commented 6 years ago

Instead it throws:

Traceback (most recent call last):
  File "bin/afqbrowser-publish", line 18, in <module>
    url = gh.upload(args.target, args.reponame)
  File "/Users/arokem/source/AFQ-viz/afqbrowser/gh_pages.py", line 30, in upload
    client_folder = op.join(target, 'client')
  File "/Users/arokem/anaconda3/lib/python3.5/posixpath.py", line 89, in join
    genericpath._check_arg_types('join', a, *p)
  File "/Users/arokem/anaconda3/lib/python3.5/genericpath.py", line 143, in _check_arg_types
    (funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'