Skip to content

Commit ecfc2a7

Browse files
committed
fix temp_pet parameter unbound
1 parent 0e26d8c commit ecfc2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/hydromt/config_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def main():
160160
precip_fn = args.precip_fn
161161
starttime = args.starttime
162162
endtime = args.endtime
163+
temp_pet_fn = args.temp_pet_fn
163164

164165
config_dict = {
165166
"setup_config": {

0 commit comments

Comments
 (0)