You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 save_dataframe
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
The text was updated successfully, but these errors were encountered:
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 save_dataframe
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
The text was updated successfully, but these errors were encountered: