Skip to content

Commit

Permalink
Change directory to code_swarm before launching JAR.
Browse files Browse the repository at this point in the history
Otherwise, paths to config files are screwed up.
  • Loading branch information
mdippery committed Oct 17, 2008
1 parent 20a16c5 commit 780ea13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert_logs/code_swarm
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def main():
, "code_swarm"
, params
]
os.chdir(root_path())
os.execvp("java", args)


Expand Down

0 comments on commit 780ea13

Please sign in to comment.