From e7318c747308ffe6f9030c58943fe2d6f4dbc4e6 Mon Sep 17 00:00:00 2001 From: Andrew Arneson Date: Sun, 12 May 2024 23:09:28 -0600 Subject: [PATCH] Ruff Formatting --- tagstudio/tag_studio.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tagstudio/tag_studio.py b/tagstudio/tag_studio.py index 52a9a4b9..97688343 100644 --- a/tagstudio/tag_studio.py +++ b/tagstudio/tag_studio.py @@ -30,10 +30,11 @@ def main(): help="Path to a TagStudio Library folder to open on start.", ) parser.add_argument( - "-c", "--config-file", + "-c", + "--config-file", dest="config_file", type=str, - help="Path to a TagStudio.ini config file to use" + help="Path to a TagStudio.ini config file to use", ) # parser.add_argument('--browse', dest='browse', action='store_true',