Skip to content

Commit f009547

Browse files
committed
Fix error print
1 parent d5bc49e commit f009547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providentia/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ def download_non_interpolated_experiment(self, experiment, initial_check, files_
12011201

12021202
else:
12031203
# TODO delete this in the future
1204-
error = "It is not possible to download this nc file type yet. Please, contact the developers.", nc_files
1204+
error = f"It is not possible to download this nc file type yet. Please, contact the developers. Files to download: {nc_files}"
12051205
self.logger.error(error)
12061206
sys.exit(1)
12071207

0 commit comments

Comments
 (0)