Skip to content

Commit e7318c7

Browse files
Andrew ArnesonAndrew Arneson
authored andcommitted
Ruff Formatting
1 parent 74e90df commit e7318c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tagstudio/tag_studio.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ def main():
3030
help="Path to a TagStudio Library folder to open on start.",
3131
)
3232
parser.add_argument(
33-
"-c", "--config-file",
33+
"-c",
34+
"--config-file",
3435
dest="config_file",
3536
type=str,
36-
help="Path to a TagStudio.ini config file to use"
37+
help="Path to a TagStudio.ini config file to use",
3738
)
3839

3940
# parser.add_argument('--browse', dest='browse', action='store_true',

0 commit comments

Comments
 (0)