From a725eadc2a7f1c3d575dc33792c5139ea7dc7c92 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Mon, 20 Mar 2017 11:10:21 +0100 Subject: [PATCH] hawc2aero htcfile modelpath default equal to HTCFile modelpath default --- wetb/hawc2/htc_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetb/hawc2/htc_file.py b/wetb/hawc2/htc_file.py index 9d22ce8d..0f559e2f 100644 --- a/wetb/hawc2/htc_file.py +++ b/wetb/hawc2/htc_file.py @@ -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 -- GitLab