Fixed typo
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3561 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
d265397bf6
commit
cef12b45e1
|
|
@ -33,7 +33,7 @@ except Exception, e:
|
|||
try:
|
||||
file2 = open(sys.argv[2])
|
||||
header2 = read_header(file2)
|
||||
except e:
|
||||
except Exception, e:
|
||||
sys.stderr.write("ERROR: While reading header from file \"" + sys.argv[1] + "\": " + str(e) + "\n")
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue