diff --git a/src/gam_controller.py b/src/gam_controller.py index f2965fc..131af81 100644 --- a/src/gam_controller.py +++ b/src/gam_controller.py @@ -28,7 +28,7 @@ def generate_execution_id(self): def generate_execution_metadata(self): meta = self.component_config meta['execution_id'] = self.execution_id - with open('tmp/metadata.yaml', 'w') as metadata: + with open('data/metadata.yaml', 'w') as metadata: metadata.write(yaml.dump(meta)) return meta