Skip to content

Commit

Permalink
Update ci/scripts/utils/launch_java_agent.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <[email protected]>
  • Loading branch information
TerrenceMcGuinness-NOAA and DavidHuber-NOAA authored Jul 15, 2024
1 parent 3e6b671 commit 773b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/launch_java_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ echo -e "#!/usr/bin/env python
import json,sys
with open(sys.argv[1], 'r') as file:
data = json.load(file)
print(data[\"offline\"])
print(data.get('offline','True'))
" > parse.py
chmod u+x parse.py

Expand Down

0 comments on commit 773b07b

Please sign in to comment.