Skip to content

Commit

Permalink
downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 9, 2024
1 parent 75c232b commit 16a5fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRestDetectorGas.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ string TRestDetectorGas::FindGasFile(string name) {
string absoluteName = "";

if (!fGasGeneration && fGasServer != "none") {
absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name);
absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name, true);
}

if (absoluteName == "") {
Expand Down

0 comments on commit 16a5fb4

Please sign in to comment.