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 cdd00df commit 4195b15Copy full SHA for 4195b15
1 file changed
src/access_mopper/templates/cmor_python_script.j2
@@ -53,9 +53,7 @@ def main():
53
print(f'Processing {variable} with {len(input_files)} files')
54
55
# Initialize tracker
56
- db_name = f"cmor_tasks_{variable.replace('.', '_')}.db"
57
- db_path = Path(os.environ['CMOR_TRACKER_DB']).parent / db_name
58
- tracker = TaskTracker(db_path)
+ tracker = TaskTracker(Path(db_path))
59
tracker.add_task(variable, experiment_id)
60
61
if tracker.is_done(variable, experiment_id):
0 commit comments