Signed-off-by: John Spray <john.spray@inktank.com>
)
log.info("Deleted dir {dir}".format(dir=client))
except Exception:
- log.exception("Caught an execption deleting dir {dir}".format(dir=client))
+ log.exception("Caught an exception deleting dir {dir}".format(dir=client))
try:
remote.run(
)
log.info("Deleted dir {dir}".format(dir=mnt))
except Exception:
- log.exception("Caught an execption deleting dir {dir}".format(dir=mnt))
+ log.exception("Caught an exception deleting dir {dir}".format(dir=mnt))
def _make_scratch_dir(ctx, role, subdir):
"""