Skip to content

Commit

Permalink
ruff reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Sep 15, 2024
1 parent 176f79b commit f387efe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pbp/main_meta_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ def main():
start = datetime.strptime(opts.start, "%Y%m%d")
end = datetime.strptime(opts.end, "%Y%m%d")

log = create_logger_info(f"{opts.output_dir}/{opts.recorder}{opts.start:%Y%m%d}_{opts.end:%Y%m%d}.log")
log = create_logger_info(
f"{opts.output_dir}/{opts.recorder}{opts.start:%Y%m%d}_{opts.end:%Y%m%d}.log"
)

try:
if opts.recorder == "NRS":
Expand Down

0 comments on commit f387efe

Please sign in to comment.