Ignore:
Timestamp:
11/12/18 21:49:40 (6 years ago)
Author:
tbretz
Message:
Prefix file paths if they are not absolute (should not change anything as right now, --prefix is not defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r19376 r19387  
    22282228    if (conf.Has("mappingFile"))
    22292229    {
    2230         canvas->assignPixelMapFile(conf.Get<string>("mappingFile"));
     2230        canvas->assignPixelMapFile(conf.GetPrefixedString("mappingFile"));
    22312231    }
    22322232    else
Note: See TracChangeset for help on using the changeset viewer.