Skip to content

Commit

Permalink
string alignment in caching print message
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Aug 27, 2024
1 parent 00ac889 commit 15946dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py/desispec/workflow/proctable.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ def read_minimal_tilenight_proctab_cols(nights=None, tileids=None,
else:
dirname = ''
shortnames = []
log.info(f"Loading the following processing tables for "
+ f"tilenight processing table cache from directory: {dirname}, filenames: {shortnames}")
log.info(f"Loading the following processing tables for tilenight processing"
+ f" table cache from directory: {dirname}, filenames: {shortnames}")

ptables = list()
for ptab_file in ptab_files:
Expand Down Expand Up @@ -644,8 +644,8 @@ def read_minimal_full_proctab_cols(nights=None, tileids=None,
else:
dirname = ''
shortnames = []
log.info(f"Loading the following processing tables for "
+ f"tilenight processing table cache from directory: {dirname}, filenames: {shortnames}")
log.info(f"Loading the following processing tables for full processing "
+ f"table cache from directory: {dirname}, filenames: {shortnames}")

ptables = list()
for ptab_file in ptab_files:
Expand Down

0 comments on commit 15946dd

Please sign in to comment.