From 9484900f080e16f118806fe54973e69d36b043e8 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 11 Oct 2021 19:21:19 -0700 Subject: Adds logging in light stuff, minor changes in config/string. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index fc19f3d..b6262ad 100644 --- a/config.py +++ b/config.py @@ -89,7 +89,7 @@ args = argparse.ArgumentParser( description=None, formatter_class=argparse.ArgumentDefaultsHelpFormatter, fromfile_prefix_chars="@", - epilog=f'------------------------------------------------------------------------------\n{program_name} uses config.py ({__file__}) for global, cross-module configuration setup and parsing.\n------------------------------------------------------------------------------' + epilog=f'{program_name} uses config.py ({__file__}) for global, cross-module configuration setup and parsing.' ) # Keep track of if we've been called and prevent being called more -- cgit v1.3