Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_ifs_sim
Commits
7a56d02f
Commit
7a56d02f
authored
Apr 10, 2024
by
Yan Zhaojun
Browse files
update setup.py
parent
eb13ab3d
Pipeline
#3964
running with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_ifs_sim/csst_ifs_sim.py
View file @
7a56d02f
...
@@ -964,7 +964,7 @@ class IFSsimulator():
...
@@ -964,7 +964,7 @@ class IFSsimulator():
:type opts: OptionParser instance
:type opts: OptionParser instance
"""
"""
def
__init__
(
self
,
opts
):
def
__init__
(
self
,
configfile
):
"""
"""
Class Constructor.
Class Constructor.
...
@@ -975,7 +975,7 @@ class IFSsimulator():
...
@@ -975,7 +975,7 @@ class IFSsimulator():
####################################
####################################
self
.
configfile
=
opts
.
configfile
self
.
configfile
=
configfile
# if opts.section is None:
# if opts.section is None:
# ####self.section = 'DEFAULT'
# ####self.section = 'DEFAULT'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment