Skip to content

Commit

Permalink
Expand filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Sep 10, 2024
1 parent f7ace21 commit d0fe2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iact_data/zfits_acada_data_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ ZFITSACADACameraEventDataSourceOpener(std::string filename, const config_type& c
config_(config)
{
const unsigned istride = std::max(1U,config.file_fragment_stride());
filename = expand_filename(filename);
if(is_file(filename))
filenames_.emplace_back(filename);
else
Expand Down

0 comments on commit d0fe2c4

Please sign in to comment.