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

Fixed Indentation Error in line 1077

Jakob Staudt 7 лет назад
Родитель
Сommit
20bc6b4da5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FlatCAMObj.py

+ 1 - 1
FlatCAMObj.py

@@ -1074,7 +1074,7 @@ class FlatCAMCNCjob(FlatCAMObj, CNCjob):
 
         preamble = str(self.ui.prepend_text.get_value())
         postamble = str(self.ui.append_text.get_value())
-	processor = str(self.ui.process_script.get_value())
+	    processor = str(self.ui.process_script.get_value())
 
         self.export_gcode(filename, preamble=preamble, postamble=postamble, processor=processor)