Skip to content

Commit

Permalink
Remove reference to rc in build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 13, 2012
1 parent b04ee7b commit 0091adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def choose_omero_version():
print "Error getting version for OMERO_BUILD=%s" % omero_build
if err:
print err
sys.exit(rc)
sys.exit(1)


if __name__ == "__main__":
Expand Down

0 comments on commit 0091adc

Please sign in to comment.