- more PEP8 corrections

This commit is contained in:
Marius Stanciu
2019-07-16 20:51:09 +03:00
parent e6153298bc
commit 6743927eb2
10 changed files with 98 additions and 115 deletions

View File

@@ -1,10 +1,10 @@
# ########################################################## ##
# ##########################################################
# FlatCAM: 2D Post-processing for Manufacturing #
# http://flatcam.org #
# Author: Juan Pablo Caram (c) #
# Date: 2/5/2014 #
# MIT Licence #
# ########################################################## ##
# ##########################################################
from flatcamGUI.FlatCAMGUI import FlatCAMActivityView
from PyQt5 import QtCore
@@ -153,4 +153,4 @@ class FCVisibleProcessContainer(QtCore.QObject, FCProcessContainer):
self.view.set_busy(self.procs[0]().status_msg())
else:
self.view.set_busy("%d processes running." % len(self.procs))
self.view.set_busy("%d processes running." % len(self.procs))