FEM: pyhton code formating: comment should start with '# '

This commit is contained in:
Bernd Hahnebach
2016-07-21 06:14:54 +01:00
committed by Yorik van Havre
parent 999e3d9ce7
commit 42429f15b0
11 changed files with 28 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ def readResult(dat_input):
def import_dat(filename, Analysis=None):
r = readResult(filename)
#print ("Results {}".format(r))
# print ("Results {}".format(r))
return r