Skip to content

Commit

Permalink
bug fix in freezing script
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Mar 15, 2024
1 parent 024bbc1 commit ea0b7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeze/SoundSpeedManager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ cartopy_data = collect_folder_data(input_data_folder=share_folder, relative_outp
abc_data = collect_pkg_data('hyo2.abc2')
ssm2_data = collect_pkg_data('hyo2.ssm2')
try:
sdm_data = collect_pkg_data('hyo2.surveydatamonitor')
sdm_data = collect_pkg_data('hyo2.sdm3')
except Exception as e:
print("skipping hyo2.surveydatamonitor: %s" % e)
sdm_data = TOC()
Expand Down

0 comments on commit ea0b7b3

Please sign in to comment.