Ruff Formatting

This commit is contained in:
Andrew Arneson
2024-05-12 23:09:28 -06:00
parent 74e90df680
commit e7318c7473

View File

@@ -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',