Skip to content

Commit 5862b04

Browse files
committed
Fix
1 parent 992683a commit 5862b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/access_mopper/templates/cmor_python_script.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
if not pattern:
4646
raise ValueError(f'No pattern found for variable {variable}')
4747

48-
full_pattern = str(Path(input_folder) / pattern)
48+
full_pattern = str(input_folder + pattern)
4949
input_files = glob.glob(full_pattern)
5050
if not input_files:
5151
raise ValueError(f'No files found for pattern {full_pattern}')

0 commit comments

Comments
 (0)