parent
6a4f96179b
commit
883f34cde4
1 changed files with 1 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ class VMExecTask(BaseTaskHandler):
|
|||
elif algo == 'md5':
|
||||
sum = koji.util.md5_constructor()
|
||||
elif algo == 'sha256':
|
||||
sum == hashlib.sha256()
|
||||
sum = hashlib.sha256()
|
||||
else:
|
||||
raise koji.BuildError('unsupported checksum algorithm: %s' % algo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue