Skip to content

Commit

Permalink
adding GAM
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Jul 5, 2024
1 parent 66640a7 commit f232c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gam_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f232c5a

Please sign in to comment.