Loading csst_ifs_sim/csst_ifs_sim.py +2 −2 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ class IFSsimulator(): :type opts: OptionParser instance """ def __init__(self, opts): def __init__(self, configfile): """ Class Constructor. Loading @@ -975,7 +975,7 @@ class IFSsimulator(): #################################### self.configfile = opts.configfile self.configfile = configfile # if opts.section is None: # ####self.section = 'DEFAULT' Loading Loading
csst_ifs_sim/csst_ifs_sim.py +2 −2 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ class IFSsimulator(): :type opts: OptionParser instance """ def __init__(self, opts): def __init__(self, configfile): """ Class Constructor. Loading @@ -975,7 +975,7 @@ class IFSsimulator(): #################################### self.configfile = opts.configfile self.configfile = configfile # if opts.section is None: # ####self.section = 'DEFAULT' Loading