summaryrefslogtreecommitdiff
path: root/src/projManagement
diff options
context:
space:
mode:
authorSunil Shetye2019-06-25 15:24:11 +0530
committerSunil Shetye2019-06-25 15:55:41 +0530
commit713e764817b7bf8c3bb4911c238f07780f3a0532 (patch)
treee7e236553cd964c2b83dc61ac2df69cafba0ca2f /src/projManagement
parent32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8 (diff)
downloadeSim-713e764817b7bf8c3bb4911c238f07780f3a0532.tar.gz
eSim-713e764817b7bf8c3bb4911c238f07780f3a0532.tar.bz2
eSim-713e764817b7bf8c3bb4911c238f07780f3a0532.zip
pep8: break long lines
Diffstat (limited to 'src/projManagement')
-rw-r--r--src/projManagement/openProject.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projManagement/openProject.py b/src/projManagement/openProject.py
index c1a56dbc..9c31bf31 100644
--- a/src/projManagement/openProject.py
+++ b/src/projManagement/openProject.py
@@ -74,12 +74,12 @@ class OpenProjectInfo(QtGui.QWidget):
"The project doesn't contain .proj file. Please select the"
+ "proper directory else you won't be able to perform any"
+ "operation")
- reply = QtGui.QMessageBox.critical(None, "Error Message",
- '''<b>Error: The project doesn't contain .proj file.</b><br/>
- <b>Please select the proper project directory else you won't
- be able to perform any operation</b>''',
- QtGui.QMessageBox.Ok |
- QtGui.QMessageBox.Cancel)
+ reply = QtGui.QMessageBox.critical(
+ None, "Error Message",
+ "<b>Error: The project doesn't contain .proj file.</b><br/>"
+ "<b>Please select the proper project directory else you won't"
+ " be able to perform any operation</b>",
+ QtGui.QMessageBox.Ok | QtGui.QMessageBox.Cancel)
if reply == QtGui.QMessageBox.Ok:
self.body()