Skip to content

Commit

Permalink
Update job_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spacetimeengineer committed Dec 9, 2024
1 parent f6e9474 commit db619e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pbp/job_agent/job_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def __init__(
voltage_multiplier=None,
):
self.output_prefix = output_prefix
if not self.output_prefix.endswith("_"):
self.output_prefix += "_"

if (
meta_output_dir is None
): # Sets the log directory the same as the json base directory if not specified which feels like a good best practice.
Expand Down

0 comments on commit db619e1

Please sign in to comment.