Skip to content

Commit

Permalink
Fix crossbar config for python path
Browse files Browse the repository at this point in the history
  • Loading branch information
dylwhich committed Jul 4, 2016
1 parent a4dd49e commit eeabd1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .crossbar/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
},
{
"type": "guest",
"executable": "./orthogonalspace/__main__.py"
"executable": "python",
"arguments": ["-m", "orthogonalspace"],
"options": {
"workdir": ".."
}
}
]
}

0 comments on commit eeabd1a

Please sign in to comment.