RadonMetrics/RawMetricsDialog.py

changeset 7
3eb5fb0ae72c
parent 5
db25d1d5cc3a
child 9
7f6e04213998
--- a/RadonMetrics/RawMetricsDialog.py	Wed Sep 16 19:36:25 2015 +0200
+++ b/RadonMetrics/RawMetricsDialog.py	Wed Sep 16 20:07:28 2015 +0200
@@ -30,6 +30,7 @@
 import Preferences
 import Utilities
 
+
 class RawMetricsDialog(QDialog, Ui_RawMetricsDialog):
     """
     Class implementing a dialog to show raw code metrics.
@@ -168,7 +169,8 @@
         Public slot to start the code metrics determination.
         
         @param fn file or list of files or directory to show
-                the code metrics for (string or list of strings)
+            the code metrics for
+        @type str or list of str
         """
         self.cancelled = False
         self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
@@ -209,7 +211,6 @@
             
             # now go through all the files
             self.progress = 0
-            self.files.sort()
             if len(self.files) == 1 or not self.radonService.hasBatch:
                 self.__batch = False
                 self.rawMetrics()

eric ide

mercurial