We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992683a commit 5862b04Copy full SHA for 5862b04
1 file changed
src/access_mopper/templates/cmor_python_script.j2
@@ -45,7 +45,7 @@ def main():
45
if not pattern:
46
raise ValueError(f'No pattern found for variable {variable}')
47
48
- full_pattern = str(Path(input_folder) / pattern)
+ full_pattern = str(input_folder + pattern)
49
input_files = glob.glob(full_pattern)
50
if not input_files:
51
raise ValueError(f'No files found for pattern {full_pattern}')
0 commit comments