Commit c895576f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8021205e
...@@ -163,7 +163,7 @@ def Trees(zstor, r): ...@@ -163,7 +163,7 @@ def Trees(zstor, r):
treetxt = treetxt.rstrip() # trim trailing \n treetxt = treetxt.rstrip() # trim trailing \n
# mark tree as changed if the same topology is requested twice # mark tree as changed if the same topology is requested twice
# (this makes sure we can actually make a non-empty commit) # this ensures we can actually make a non-empty commit
if treetxt == treetxtPrev: if treetxt == treetxtPrev:
ztree._p_changed = True ztree._p_changed = True
treetxtPrev = treetxt treetxtPrev = treetxt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment