--- 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()