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

Open
morcuended opened this issue Jun 10, 2023 · 0 comments
Open

Prod_id wrongly reported by check point method #229

morcuended opened this issue Jun 10, 2023 · 0 comments
Labels
bug Something isn't working

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

@morcuended morcuended added the bug Something isn't working label Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant