We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c232b commit 16a5fb4Copy full SHA for 16a5fb4
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