Fixing name

This commit is contained in:
Thomas Karl Pietrowski 2017-12-08 22:31:04 +01:00
parent 044c538887
commit b098b167e5

View File

@ -634,7 +634,7 @@ class CuraApplication(QtApplication):
CuraApplication.addCommandLineOptions(parser)
# Important: It is important to keep this line here!
# In Uranium we allow to pass unknown arguments to the final executable or script.
parsed_command_line = vars(parser.known_args()[0])
parsed_command_line = vars(parser.parse_known_args()[0])
if parsed_command_line["single_instance"]:
Logger.log("i", "Checking for the presence of an ready running Cura instance.")