Skip to content

Commit

Permalink
Historic Data tests/DownloadFile: Fail hard on download error
Browse files Browse the repository at this point in the history
We can't continue anyway.
  • Loading branch information
t-b committed Aug 18, 2024
1 parent ff882ff commit 474dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/tests/HistoricData/UTF_HistoricData.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Function DownloadFile(string file)
INFO("Download file %s", s0 = file)

URLRequest/O/FILE=fullFilePath/Z=1/V=1 url=url
CHECK(!V_Flag)
REQUIRE(!V_Flag)

DecompressFile(file)
End
Expand Down

0 comments on commit 474dff6

Please sign in to comment.