src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 9284
3b3a4f659782
parent 9283
0e9d2c4e379e
child 9289
ba49c41e8f63
equal deleted inserted replaced
9283:0e9d2c4e379e 9284:3b3a4f659782
369 ) 369 )
370 370
371 def __formatOneFile(self, file): 371 def __formatOneFile(self, file):
372 """ 372 """
373 Private method to format the list of files according the configuration. 373 Private method to format the list of files according the configuration.
374 374
375 @param file name of the file to be processed 375 @param file name of the file to be processed
376 @type str 376 @type str
377 """ 377 """
378 report = BlackReport(self) 378 report = BlackReport(self)
379 report.check = self.__config["__action__"] is BlackFormattingAction.Check 379 report.check = self.__config["__action__"] is BlackFormattingAction.Check

eric ide

mercurial