UNCLASSIFIED

Commit 17f4c6a0 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

fixing lint error

parent 3a861b2e
......@@ -14,7 +14,7 @@ def get_job_args(file_path):
job = json.load(raw_data)
# get the job arguments.
return job['args'][0]['arguments'][0];
return job['args'][0]['arguments'][0]
except IOError as e:
sys.exit("Failed to get job arguments: " + str(e))
......
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