Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 28, 2024
1 parent 846041b commit 111c435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workbench
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def create():
if "field_member_of" in row.keys() and (
len(row["field_member_of"]) > 0
and value_is_numeric(row["field_member_of"]) is False
and config["subdelimiter"] not in row["field_member_of"]
):
field_member_of_value_for_message = copy.copy(row["field_member_of"])
row["field_member_of"] = get_nid_from_url_alias(
Expand Down

0 comments on commit 111c435

Please sign in to comment.