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
I pulled today which brought me up to 2e44c8e. In sfrdata.py, at line 1548 looks like obs_input_filename is defined but on the next line just_the_filename is passed to options. However, unless options is None, just_the_filename is not defined. I think the fix is just to use obs_input_filename but wanted to make sure.
The text was updated successfully, but these errors were encountered:
I pulled today which brought me up to 2e44c8e. In sfrdata.py, at line 1548 looks like
obs_input_filename
is defined but on the next linejust_the_filename
is passed tooptions
. However, unlessoptions
isNone
,just_the_filename
is not defined. I think the fix is just to useobs_input_filename
but wanted to make sure.The text was updated successfully, but these errors were encountered: