Skip to content
Snippets Groups Projects
Commit 0b8c1090 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Cleanup

parent 13327f50
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
1b3a27136052b532a0947ce7fb4339ffed1084f2ef8303d5b86eb6d176932803
\ No newline at end of file
a296d27c93dd7e28e914234c9d511cb81a2c03842e84afd6adc7a33fe03f59b4
\ No newline at end of file
#!/usr/bin/env python3
"""\
@file template_verifier.py
......@@ -279,7 +280,7 @@ def run(sysargs):
# retrieve the contents of the local template
current = fetch(current_url)
hexdigest = hashlib.blake2b(current).hexdigest()
if not options.force_verification:
if options.force_verification == False:
# Early exist if the template hasn't changed.
b2_url = "%s.b2" % current_url
current_b2b = fetch(b2_url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment