From 48be5d9604b781325aad3f2d61d4bb398ff2e488 Mon Sep 17 00:00:00 2001 From: J Maxwell Date: Tue, 28 Apr 2026 15:01:32 -0500 Subject: [PATCH] fix escape sequence string syntax warning --- gen3/cli/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen3/cli/discovery.py b/gen3/cli/discovery.py index 5e22dabc..ea8359aa 100644 --- a/gen3/cli/discovery.py +++ b/gen3/cli/discovery.py @@ -54,7 +54,7 @@ def discovery(): "--guid_field", "guid_field", help=( - 'The column / field name within the metadata that will be used as GUIDs, if not specified, will try to find a column \ field named "guid" from the metadata.' + 'The column / field name within the metadata that will be used as GUIDs, if not specified, will try to find a column / field named "guid" from the metadata.' "If that field doesn't exist in a certain metadata record, that record will be skipped from publishing." ), default=None,