Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Feb 15, 2024
1 parent 07bb624 commit 2f158af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospaas_processing/converters/idf/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def list_files_to_convert(dataset_file_path):
]
except (FileNotFoundError, NotADirectoryError) as error:
raise ConversionError(
f"Could not find a measurement directory inside {dataset_file_path}") from error
f"Could not find a GRANULE directory inside {dataset_file_path}") from error


@IDFConversionManager.register()
Expand Down

0 comments on commit 2f158af

Please sign in to comment.