Commit 492ed94d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 996dc6a8
......@@ -1452,7 +1452,7 @@ def test_wcfs_watch_setup():
for zf in t.zfiles():
for revv in t.iter_revv():
print('\n--------')
print(' -> '.join(revv))
print(' -> '.join(['%s' % _ for _ in revv])) # XXX join joins bytes as raw
wl = t.openwatch()
wl.watch(zf, revv[0])
wl.watch(zf, revv[0]) # verify at_i -> at_i
......
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