Skip to content

Commit e25efba

Browse files
committed
Removed unnecessary square-brackets
1 parent f536fcb commit e25efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/WrapExtpar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def setup_lu_namelist(args):
509509

510510
if args['ilu_type'] == 1:
511511
if args['l_use_corine']:
512-
namelist['raw_data_lu_filename'] = [f"'CORINE_globcover.nc'"]
512+
namelist['raw_data_lu_filename'] = "'CORINE_globcover.nc'"
513513
namelist['ntiles_globcover'] = 1
514514
else:
515515
namelist['raw_data_lu_filename'] = [

0 commit comments

Comments
 (0)