Skip to content

Commit

Permalink
fixing a space in remotes for launching a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Oct 19, 2017
1 parent 350e63b commit 78c3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slycat/web/server/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def agent_functions(fn_id, params, working_dir=None):
else:
jid = -1

return {"jid": jid, "working_dir":response["working_dir"], "errors": response["errors"]}
return {"jid": jid, "working_dir": response["working_dir"], "errors": response["errors"]}

def launch(self, command):
"""
Expand Down

0 comments on commit 78c3d9c

Please sign in to comment.