Skip to content

Commit

Permalink
completely fixed a bug in the exec profiler deploy script (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
iampradiptaghosh authored Apr 6, 2018
1 parent 5904810 commit 10a8f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/k8s_exec_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def k8s_exec_scheduler():
"""

jupiter_config.set_globals()

global configs, taskmap, path1, path2

configs = json.load(open(jupiter_config.APP_PATH+ 'scripts/config.json'))
taskmap = configs["taskname_map"]

Expand Down

0 comments on commit 10a8f0e

Please sign in to comment.