Skip to content

Commit a79f6de

Browse files
committed
Too many arguments for logging format string
fixed issue vmware-archive#103
1 parent bef82df commit a79f6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

states/archive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def extracted(name, source, archive_format, tar_options=None, source_hash=None,
8181
'{0}.{1}'.format(if_missing.replace('/', '_'),
8282
archive_format))
8383
if not os.path.exists(filename):
84-
log.debug("Archive file {0} is not in cache, download it", source)
84+
log.debug("Archive file {0} is not in cache, download it".format(source))
8585
data = {
8686
filename: {
8787
'file': [

0 commit comments

Comments
 (0)