From 1cc615e2a51f3f0b62e2f5d9ff063abf10afc8e7 Mon Sep 17 00:00:00 2001 From: Chang Liao <20618384+changliao1025@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:22:35 -0700 Subject: [PATCH] missing argu --- .../pyflowline_generate_template_configuration_json_file.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyflowline/pyflowline_generate_template_configuration_json_file.py b/pyflowline/pyflowline_generate_template_configuration_json_file.py index cb0ff3e..6509bd5 100644 --- a/pyflowline/pyflowline_generate_template_configuration_json_file.py +++ b/pyflowline/pyflowline_generate_template_configuration_json_file.py @@ -102,7 +102,8 @@ def pyflowline_generate_template_configuration_json_file(sFilename_json, sPath_d sFilename = Path(sFilename_json).stem + '_basins.json' sFilename_basins_json = os.path.join(sDirname, sFilename) - aBasin = pyflowline_generate_basin_template_configuration_json_file(sFilename_basins_json, nBasin, oModel.sWorkspace_output) + aBasin = pyflowline_generate_basin_template_configuration_json_file(sFilename_basins_json, nBasin, \ + oModel.sWorkspace_output,sPath_data) oModel.aBasin = aBasin oModel.sFilename_basins = sFilename_basins_json diff --git a/setup.py b/setup.py index d95d6ed..cae8676 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyflowline" -VERSION = "0.1.7" +VERSION = "0.1.8" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "Earth Science"