Skip to content

Commit 02224a6

Browse files
Fix unprovided suffix
1 parent 3d19bbd commit 02224a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stormworkflow/post/storm_roc_ts_rel_curves.py

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ def main(args):
138138
if leadtime == -1:
139139
leadtime = 48
140140

141+
if suffix is None:
142+
suffix = ''
143+
141144
# *.nc file coordinates
142145
thresholds_ft = [3, 4, 5, 6, 9] # in ft
143146
thresholds_m = [round(i * 0.3048, 4) for i in thresholds_ft] # convert to meter

0 commit comments

Comments
 (0)