summaryrefslogtreecommitdiffstats
path: root/scripts/windows/choco/choco_packager.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows/choco/choco_packager.py')
-rw-r--r--scripts/windows/choco/choco_packager.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/windows/choco/choco_packager.py b/scripts/windows/choco/choco_packager.py
index daf3f15f..3e96cba9 100644
--- a/scripts/windows/choco/choco_packager.py
+++ b/scripts/windows/choco/choco_packager.py
@@ -43,7 +43,9 @@ with open(deployment_file_path_64, "rb") as deployment_file_64:
with open(ps1_template, "r") as template_file:
template = Template(template_file.read())
substitute = template.safe_substitute(version=version, hash_64=hash_64)
- print("\n================== Generated chocolatey-install file ==================\n")
+ print(
+ "\n================== Generated chocolatey-install file ==================\n"
+ )
print(substitute)
print("\n============================================================\n")