Selaa lähdekoodia

- 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

Marius Stanciu 6 vuotta sitten
vanhempi
commit
4f17d6229f

+ 2 - 1
FlatCAMApp.py

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

+ 4 - 0
README.md

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

BIN
locale/de/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 255 - 219
locale/de/LC_MESSAGES/strings.po


BIN
locale/en/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 257 - 219
locale/en/LC_MESSAGES/strings.po


BIN
locale/es/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 263 - 219
locale/es/LC_MESSAGES/strings.po


BIN
locale/pt_BR/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 228 - 224
locale/pt_BR/LC_MESSAGES/strings.po


BIN
locale/ro/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 263 - 219
locale/ro/LC_MESSAGES/strings.po


BIN
locale/ru/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 226 - 222
locale/ru/LC_MESSAGES/strings.po


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 223 - 219
locale_template/strings.pot


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä