##// END OF EJS Templates
graphlog: add assertion for allowed n_column_diff range
Peter Arrenbrecht -
r7356:eee5b7b9 default
parent child Browse files
Show More
@@ -195,6 +195,7 b' def ascii(ui, grapher):'
195 195 prev_node_index = 0
196 196 for (node_ch, node_lines, node_index, edges, n_columns, n_columns_diff) in grapher:
197 197
198 assert -2 < n_columns_diff < 2
198 199 if n_columns_diff == -1:
199 200 # Transform
200 201 #
General Comments 0
You need to be logged in to leave comments. Login now