Skip to content

Commit

Permalink
log text
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Dec 14, 2024
1 parent 036ead9 commit 71e8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def initialize(context):
min_hash_fileobj = open(fileobj.name + '.hash', 'w')
min_hash_fileobj.write(min_hash)
OFS.misc_.misc_.zms['confdict']['js_min.hash'] = min_hash
standard.writeStdout(context, "New minify hash created: %s" % min_hash_fileobj.name)
standard.writeStdout(context, "add %s" % min_hash_fileobj.name)
min_hash_fileobj.close()
min_fileobj.close()

Expand Down

0 comments on commit 71e8cd6

Please sign in to comment.