# HG changeset patch # User melissacline # Date 1426555224 25200 # Node ID 14aaed60e07bcc39ce2403c6fd97c1f7f4fc863f # Parent 17d06264fa6404a38c5d0264cb69b883c403d5d7 Removed the obsolete --no-auto switch when invoking xena diff -r 17d06264fa64 -r 14aaed60e07b runXena.py --- a/runXena.py Mon Mar 16 16:22:11 2015 -0700 +++ b/runXena.py Mon Mar 16 18:20:24 2015 -0700 @@ -34,7 +34,7 @@ while True: #Main code goes here ... #Note that logger level needs to be set to logging.DEBUG before this shows up in the logs - xenaCmdline = "java -jar %s -r %s/files -d %s/db -t %s/tmp --logfile %s/xena.log -p %s -H 0.0.0.0 --no-auto" + xenaCmdline = "java -jar %s -r %s/files -d %s/db -t %s/tmp --logfile %s/xena.log -p %s -H 0.0.0.0" xenaBaseDir = xena.baseDir() xenaCmd = xenaCmdline % (xena.jarPath(), xenaBaseDir, xenaBaseDir, xenaBaseDir, diff -r 17d06264fa64 -r 14aaed60e07b xena_utils.pyc Binary file xena_utils.pyc has changed