Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod_id wrongly reported by check point method #229

Closed
morcuended opened this issue Jun 10, 2023 · 0 comments · Fixed by #315
Closed

Prod_id wrongly reported by check point method #229

morcuended opened this issue Jun 10, 2023 · 0 comments · Fixed by #315
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@morcuended
Copy link
Member

def _write_checkpoint(self):
"""Write the checkpoint in the history file."""
history(
run=self.run,
prod_id=options.prod_id,
stage=self.command,
return_code=self.rc,
history_file=self.history_file,
config_file=self.config_file,
)

prod_id should indicate the corresponding prod ID of each data level (e.g., dl1_prod_id), not always the general options.prod_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants