Commit 7a56d02f authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update setup.py

parent eb13ab3d
Pipeline #3964 running with stage
in 0 seconds
......@@ -964,7 +964,7 @@ class IFSsimulator():
:type opts: OptionParser instance
"""
def __init__(self, opts):
def __init__(self, configfile):
"""
Class Constructor.
......@@ -975,7 +975,7 @@ class IFSsimulator():
####################################
self.configfile = opts.configfile
self.configfile = configfile
# if opts.section is None:
# ####self.section = 'DEFAULT'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment