We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef82df commit a79f6deCopy full SHA for a79f6de
states/archive.py
@@ -81,7 +81,7 @@ def extracted(name, source, archive_format, tar_options=None, source_hash=None,
81
'{0}.{1}'.format(if_missing.replace('/', '_'),
82
archive_format))
83
if not os.path.exists(filename):
84
- log.debug("Archive file {0} is not in cache, download it", source)
+ log.debug("Archive file {0} is not in cache, download it".format(source))
85
data = {
86
filename: {
87
'file': [
0 commit comments