Skip to content

Commit e92e206

Browse files
Update dash/development/build_process.py
Co-authored-by: Philippe Duval <[email protected]>
1 parent fd1d3ff commit e92e206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/build_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def digest(self):
9797
logger.info("bundles in %s %s", folder, copies)
9898

9999
for copy in copies:
100-
payload[f"SHA256 ({copy})"] = compute_hash(self._concat(folder, copy))
100+
payload[f"SHA256 ({copy})"] = compute_hash(self._concat(folder, copy))
101101

102102
with open(self._concat(self.main, "digest.json"), "w", encoding="utf-8") as fp:
103103
json.dump(payload, fp, sort_keys=True, indent=4, separators=(",", ":"))

0 commit comments

Comments
 (0)