summaryrefslogtreecommitdiff
path: root/vmdb/plugins/rootfs_cache_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
commit6fd6acf37cbad73ef929ef6a159073862ad2e048 (patch)
tree741e9a39df59f2941d92234f5dc99b391095c40e /vmdb/plugins/rootfs_cache_plugin.py
parentb1a6e4f44d90b80a48772e2dd89598793a16f48c (diff)
downloadvmdb2-6fd6acf37cbad73ef929ef6a159073862ad2e048.tar.gz
Change: add pylint3 back to check, fix issues it finds
This commit is dedicated to Gunnar.
Diffstat (limited to 'vmdb/plugins/rootfs_cache_plugin.py')
-rw-r--r--vmdb/plugins/rootfs_cache_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/plugins/rootfs_cache_plugin.py b/vmdb/plugins/rootfs_cache_plugin.py
index 5c9a894..edfb3d4 100644
--- a/vmdb/plugins/rootfs_cache_plugin.py
+++ b/vmdb/plugins/rootfs_cache_plugin.py
@@ -56,7 +56,7 @@ class MakeCacheStepRunner(vmdb.StepRunnerInterface):
'tag {} mounted {} cached {}'.format(
tag, tags.get_mount_point(tag), tags.is_cached(tag)))
- vmdb.progress('caching rootdir'.format(rootdir))
+ vmdb.progress('caching rootdir {}'.format(rootdir))
vmdb.progress('caching relative {}'.format(dirs))
if not os.path.exists(tar_path):
vmdb.runcmd(