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:
weisburd 2010-06-15 21:17:14 +00:00
parent d265397bf6
commit cef12b45e1
1 changed files with 1 additions and 1 deletions

View File

@ -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)