We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f536fcb commit e25efbaCopy full SHA for e25efba
python/WrapExtpar.py
@@ -509,7 +509,7 @@ def setup_lu_namelist(args):
509
510
if args['ilu_type'] == 1:
511
if args['l_use_corine']:
512
- namelist['raw_data_lu_filename'] = [f"'CORINE_globcover.nc'"]
+ namelist['raw_data_lu_filename'] = "'CORINE_globcover.nc'"
513
namelist['ntiles_globcover'] = 1
514
else:
515
namelist['raw_data_lu_filename'] = [
0 commit comments