Skip to content

Commit

Permalink
missing argu
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 authored Mar 3, 2022
1 parent 3d92948 commit 1cc615e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1cc615e

Please sign in to comment.