diff options
author | deepa-chaudhari | 2015-06-15 23:40:29 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-15 23:40:29 +0530 |
commit | ae6da92ff79412f0802b2cf5a496bb95a29401d9 (patch) | |
tree | 403587e1ca955ceebca618e56a3e508c502fc65b /Connections/Shear/Finplate/finplate_calc1.py | |
parent | f2feca225837ad425a37d96fa5bc547abdfea73a (diff) | |
download | OsdagLive-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.py | 7 |
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 |