Make logging optionally remove global handlers added by (shitty) pip
[python_utils.git] / site_config.py
index caaf3d8c1c49d9e3d26e5ab8efde06c8461808a7..492623f4b855fc990883a706db93dfd5615921d0 100644 (file)
@@ -12,8 +12,8 @@ from type.locations import Location
 logger = logging.getLogger(__name__)
 
 args = config.add_commandline_args(
-    f'({__file__})',
-    'Args related to __file__'
+    f'Global Site Config ({__file__})',
+    f'Args related to global site-specific configuration'
 )
 args.add_argument(
     '--site_config_override_location',