This commit is contained in:
Benny Megidish
2025-10-30 22:00:18 +02:00
+1 -1
View File
@@ -31,7 +31,7 @@ if __name__ == '__main__':
options[ALL_ACTIVE_LAYERS_OPT] = args.allActiveLayers
options[ARCHIVE_NAME] = args.archiveName
options[EXTRA_LAYERS] = args.additionalLayers
options[NO_BACKUP_OPT] = args.no_backup
options[NO_BACKUP_OPT] = args.noBackup
openBrowser = args.openBrowser
nonInteractive = args.nonInteractive