Skip to content

Commit e6d1516

Browse files
committed
Attempt to not require name column
1 parent 992d46a commit e6d1516

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/galaxy/tool_util/data/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,6 @@ def parse_column_spec(self, config_element: Element) -> None:
547547
if empty_field_value is not None:
548548
self.empty_field_values[name] = empty_field_value
549549
assert "value" in self.columns, "Required 'value' column missing from column def"
550-
if "name" not in self.columns:
551-
self.columns["name"] = self.columns["value"]
552550

553551
def extend_data_with(self, filename: str, errors: Optional[ErrorListT] = None) -> None:
554552
here = os.path.dirname(os.path.abspath(filename))

0 commit comments

Comments
 (0)