Skip to content

Commit

Permalink
docker encapsulated: par mounts need source paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Nov 9, 2017
1 parent 62c19bf commit b8a3360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packtivity/handlers/execution_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def prepare_par_mounts(parmounts,state):
f.write(x['mountcontent'])

mounts.append(' -v {}:{}'.format(
os.path.abspath(parmountfile),
sourcepath(os.path.abspath(parmountfile)),
x['mountpath']
))

Expand Down

0 comments on commit b8a3360

Please sign in to comment.