Просмотр исходного кода

Adding the application name

Maybe it is possible to set this value later. Eg. in Uranium, so we can get the name from .getApplicationName().
Thomas Karl Pietrowski 7 лет назад
Родитель
Сommit
74be22e682
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cura_app.py

+ 1 - 1
cura_app.py

@@ -9,7 +9,7 @@ import sys
 
 from UM.Platform import Platform
 
-parser = argparse.ArgumentParser()
+parser = argparse.ArgumentParser(prog = "cura")
 parser.add_argument('--debug',
                     action='store_true',
                     default = False