Skip to content
Snippets Groups Projects
Commit a725eadc authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

hawc2aero htcfile modelpath default equal to HTCFile modelpath default

parent 8256c8d9
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ class HTCFile(HTCContents, HTCDefaults):
raise Exception (str(stdout) + str(stderr))
class H2aeroHTCFile(HTCFile):
def __init__(self, filename=None, modelpath="../"):
def __init__(self, filename=None, modelpath=None):
HTCFile.__init__(self, filename=filename, modelpath=modelpath)
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment