Commit bc63b580 by Feanil Patel

Merge pull request #3003 from edx/feanil/xqueue_pre_supervisor

Correct xqueue pre_supervisor code.
parents 2db7e9ae 39ff7733
......@@ -230,7 +230,7 @@ if __name__ == '__main__':
# Do extra migration related stuff.
if service == 'xqueue' and args.xqueue_code_dir:
cmd = MIGRATION_COMMANDS[service].format(python=args.xqueue_python,
code_dir=xqueue_code_dir)
code_dir=args.xqueue_code_dir)
if os.path.exists(args.xqueue_code_dir):
os.chdir(args.xqueue_code_dir)
# Run migration check command.
......
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