We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c232b + 16a5fb4 commit 360f43aCopy full SHA for 360f43a
src/TRestDetectorGas.cxx
@@ -736,7 +736,7 @@ string TRestDetectorGas::FindGasFile(string name) {
736
string absoluteName = "";
737
738
if (!fGasGeneration && fGasServer != "none") {
739
- absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name);
+ absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name, true);
740
}
741
742
if (absoluteName == "") {
0 commit comments