Skip to content

Commit

Permalink
Fix cp error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Apr 2, 2015
1 parent 982dfef commit 317224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduct/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def chrootedSystemCall(chrootDir, cmd, sh=True, mountPseudoFs=True, log=None):

try:
# exec chrooted cmd
self.log.debug('Execute chrooted command ...')
log.debug('Execute chrooted command ...')
cmd = 'chroot %s %s' % (chrootDir, cmd)
return systemCall(cmd, sh, log)
finally:
Expand Down

0 comments on commit 317224d

Please sign in to comment.