Skip to content

Commit cfcff0c

Browse files
committed
Fix CI broken by updated tooling
Reformat dev_tools code and fix versions of tooling
1 parent 1b64b29 commit cfcff0c

4 files changed

Lines changed: 228 additions & 228 deletions

File tree

dev_tools/docs/nxdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def long_doc(self, ns, node, left_margin):
582582
def _print_doc_enum(self, indent, ns, node, required=False):
583583
collapse_indent = indent
584584
node_list = node.xpath("nx:enumeration", namespaces=ns)
585-
(doclen, line, blocks) = self.long_doc(ns, node, len(indent))
585+
doclen, line, blocks = self.long_doc(ns, node, len(indent))
586586
if len(node_list) + doclen > 1:
587587
collapse_indent = f"{indent} "
588588
self._print(f"{indent}{self._INDENTATION_UNIT}.. collapse:: {line} ...\n")

0 commit comments

Comments
 (0)