mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
adding missing format string
This commit is contained in:
parent
98955057e0
commit
82b7e14a1f
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ def __save_artifact(artifact_url, target_file):
|
|||
}
|
||||
|
||||
if os.path.isfile(target_file):
|
||||
log.debug("File %s already exists, checking checksum...")
|
||||
log.debug("File {0} already exists, checking checksum...".format(target_file))
|
||||
checksum_url = artifact_url + ".sha1"
|
||||
|
||||
checksum_success, artifact_sum, checksum_comment = __download(checksum_url)
|
||||
|
|
Loading…
Add table
Reference in a new issue