usgs / libcomcat

Library of functions and wrapper scripts for accessing ANSS ComCat server data
Other
71 stars 41 forks source link

Path error with geteventhist #222

Open mhearne-usgs opened 4 years ago

mhearne-usgs commented 4 years ago

Describe the bug geteventhist us70006vll -p origin --split Traceback (most recent call last): File "/Users/mhearne/miniconda/envs/comcat/bin/geteventhist", line 11, in load_entry_point('libcomcat', 'console_scripts', 'geteventhist')() File "/Users/mhearne/src/python/libcomcat/libcomcat/bin/geteventhist.py", line 427, in main pframe, product=product) File "/Users/mhearne/src/python/libcomcat/libcomcat/bin/geteventhist.py", line 263, in savedataframe event.id + '' + product + '.csv') File "/Users/mhearne/miniconda/envs/comcat/lib/python3.7/posixpath.py", line 80, in join a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType