Modify the comments
[bertos.git] / wizard / BVersionPage.py
index e4cb8d2ca90a2b52779ba56f3c0ebca2d04bc10f..6a7fbf6309a92956eebf9429a61c45b7543b1e04 100644 (file)
@@ -36,7 +36,7 @@ class BVersionPage(BWizardPage):
         """
         if self.pageContent.versionList.currentRow() != -1:
             sources_path = qvariant_converter.getString(self.pageContent.versionList.currentItem().data(Qt.UserRole))
-            ## Remove the trailing slash
+            # Remove the trailing slash
             if sources_path.endswith(os.sep):
                 sources_path = sources_path[:-1]
             self.setProjectInfo("SOURCES_PATH", sources_path)