Skip to content

Fixed working directory issue and a mistyped variable

  1. fixed path to injection run dir
    • os.chdir was only being called in some scenarios -- fixed by moving before the if statement
  2. fixed use_skymap option
    • an attribute was attempting to be accessed without an intermediary
Edited by Daniel Wysocki

Merge request reports