Commit 91c3ecd4 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix mistake in r40432


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97ba24ea
......@@ -17,6 +17,7 @@ def test_openoffice(hostname, port):
def main():
try:
opt_list, arg_list = getopt(sys.argv[1:], "",
["port=","hostname=","uno_path="])
except GetoptError, e:
print >> sys.stderr, "%s \nUse --port and --hostname" % e
sys.exit(2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment