- final fix for the --shellvar having spaces within the assigned value; now they are retained
- updated the .POT file and the translation files leaving them incomplete
This commit is contained in:
@@ -2551,7 +2551,8 @@ class App(QtCore.QObject):
|
||||
except:
|
||||
command_tcl = i
|
||||
|
||||
command_tcl_formatted = 'set shellvar_{nr} [list {cmd}]'.format(cmd=str(command_tcl), nr=str(cnt))
|
||||
command_tcl_formatted = 'set shellvar_{nr} "{cmd}"'.format(cmd=str(command_tcl), nr=str(cnt))
|
||||
|
||||
cnt += 1
|
||||
|
||||
# if there are Windows paths then replace the path separator with a Unix like one
|
||||
|
||||
@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
|
||||
|
||||
=================================================
|
||||
|
||||
20.09.2019
|
||||
|
||||
- final fix for the --shellvar having spaces within the assigned value; now they are retained
|
||||
|
||||
19.09.2019
|
||||
|
||||
- made sure that if FlatCAM is registered with a file extension that it does not recognize it will exit
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user