From 1c5e6f7bcdeb35356437e8aa3f6be775b5a16d72 Mon Sep 17 00:00:00 2001 From: IanCa <30812436+IanCa@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:14:55 -0500 Subject: [PATCH] Remove tabs in wiki format --- hed/schema/schema_io/schema2wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hed/schema/schema_io/schema2wiki.py b/hed/schema/schema_io/schema2wiki.py index 617b182a..e0d216ab 100644 --- a/hed/schema/schema_io/schema2wiki.py +++ b/hed/schema/schema_io/schema2wiki.py @@ -55,7 +55,7 @@ def _write_tag_entry(self, tag_entry, parent_node=None, level=0): self.current_tag_string += f"'''{tag}'''" else: short_tag = tag.split("/")[-1] - tab_char = '\t' + tab_char = '' # Github mangles these, so remove spacing for now. # takes value tags should appear after the nowiki tag. if short_tag.endswith("#"): self.current_tag_string += f"{tab_char * level}{'*' * level} "