UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
Galvanize
galvanize
python-code-evaluator
Commits
17f4c6a0
Commit
17f4c6a0
authored
Feb 01, 2021
by
Michael Uranaka
Browse files
fixing lint error
parent
3a861b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/utilities/file_utils.py
scripts/utilities/file_utils.py
+1
-1
No files found.
scripts/utilities/file_utils.py
View file @
17f4c6a0
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment