Skip to content

Commit

Permalink
add checking subsite has no children
Browse files Browse the repository at this point in the history
  • Loading branch information
nhduongvn committed Oct 17, 2022
1 parent 46f8076 commit 848f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Services/src/SiteLocalConfigService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ namespace edm {
else
filename_storage = siteconfig_path + "/../../" + aDataCatalog.storageSite;
}
filename_storage = filename_storage.string() + "/storage.json";
filename_storage /= "storage.json";
try {
filename_storage = std::filesystem::canonical(filename_storage);
} catch (std::exception &e) {
Expand Down

0 comments on commit 848f930

Please sign in to comment.