From 15946ddc0a08ef9d49c603e1052bc55526fb0c2e Mon Sep 17 00:00:00 2001 From: akremin Date: Tue, 27 Aug 2024 14:13:29 -0700 Subject: [PATCH] string alignment in caching print message --- py/desispec/workflow/proctable.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py/desispec/workflow/proctable.py b/py/desispec/workflow/proctable.py index 5346e2210..beaaa24d0 100644 --- a/py/desispec/workflow/proctable.py +++ b/py/desispec/workflow/proctable.py @@ -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: @@ -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: