Skip to content

Commit

Permalink
Quote the path on the cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
wnielson authored Aug 24, 2016
1 parent 7d9c0f2 commit 49e6588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prt.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def transcode_remote():

command = REMOTE_ARGS % {
"env": build_env(),
"working_dir": os.getcwd(),
"working_dir": pipes.quote(os.getcwd()),
"command": "prt_local",
"args": ' '.join([pipes.quote(a) for a in args])
}
Expand Down

0 comments on commit 49e6588

Please sign in to comment.