Skip to content

Commit 16a5fb4

Browse files
committed
downloads
1 parent 75c232b commit 16a5fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TRestDetectorGas.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ string TRestDetectorGas::FindGasFile(string name) {
736736
string absoluteName = "";
737737

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

742742
if (absoluteName == "") {

0 commit comments

Comments
 (0)