Commit 78f260d6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9eca74ec
......@@ -162,6 +162,8 @@ def Trees(zstor, r):
if treetxt == '':
break # EOF
treetxt = treetxt.rstrip() # trim trailing \n
if treetxt.startswith('#'):
continue # skip comments
# mark tree as changed if the same topology is requested twice
# this ensures we can actually make a non-empty commit
......
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