src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 9360
8b46571d9cc9
parent 9348
f61d71d95cb1
child 9413
80c06d472826
equal deleted inserted replaced
9359:8d3f5cf4f819 9360:8b46571d9cc9
100 def __performAction(self): 100 def __performAction(self):
101 """ 101 """
102 Private method to exceute the requested formatting action. 102 Private method to exceute the requested formatting action.
103 """ 103 """
104 self.progressBar.setValue(0) 104 self.progressBar.setValue(0)
105 self.progressBar.setVisible(True)
105 106
106 self.statisticsGroup.setVisible(False) 107 self.statisticsGroup.setVisible(False)
107 self.__statistics = BlackStatistics() 108 self.__statistics = BlackStatistics()
108 109
109 self.__cancelled = False 110 self.__cancelled = False

eric ide

mercurial