summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/finplate_calc1.py
diff options
context:
space:
mode:
authordeepa-chaudhari2015-06-15 23:40:29 +0530
committerdeepa-chaudhari2015-06-15 23:40:29 +0530
commitae6da92ff79412f0802b2cf5a496bb95a29401d9 (patch)
tree403587e1ca955ceebca618e56a3e508c502fc65b /Connections/Shear/Finplate/finplate_calc1.py
parentf2feca225837ad425a37d96fa5bc547abdfea73a (diff)
downloadOsdagLive-ae6da92ff79412f0802b2cf5a496bb95a29401d9.tar.gz
OsdagLive-ae6da92ff79412f0802b2cf5a496bb95a29401d9.tar.bz2
OsdagLive-ae6da92ff79412f0802b2cf5a496bb95a29401d9.zip
qtextedit scrollbar set to the bottom of the file
Diffstat (limited to 'Connections/Shear/Finplate/finplate_calc1.py')
-rw-r--r--Connections/Shear/Finplate/finplate_calc1.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/Connections/Shear/Finplate/finplate_calc1.py b/Connections/Shear/Finplate/finplate_calc1.py
index c7a776c..416bb4c 100644
--- a/Connections/Shear/Finplate/finplate_calc1.py
+++ b/Connections/Shear/Finplate/finplate_calc1.py
@@ -462,9 +462,12 @@ def finConn(uiObj):
# outputObj = {}
if outputObj['Bolt']['status'] == True:
- logger.info(": Overall finplate connection design is safe")
+ logger.info(": Overall finplate connection design is safe \n")
+ logger.info(" :===========================================================")
+
else:
- logger.error(": Design is not safe")
+ logger.error(": Design is not safe \n ")
+ logger.info(" :===========================================================")
return outputObj