summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-11 19:21:19 -0700
committerScott Gasch <[email protected]>2021-10-11 19:21:19 -0700
commit9484900f080e16f118806fe54973e69d36b043e8 (patch)
tree63ccd29bf087f90ceed97f0872d92ec167a95e6f /config.py
parenta5c4feeac240a446a38147130b51ad96a046f6e1 (diff)
Adds logging in light stuff, minor changes in config/string.
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
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