From e9a6fcfb66bfa871b9d99663fefa1273a241ada9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Feb 2024 20:23:58 +0000 Subject: [PATCH] Output format --- src/formatter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/formatter.py b/src/formatter.py index ac09a17..a2f176d 100644 --- a/src/formatter.py +++ b/src/formatter.py @@ -20,5 +20,4 @@ def humanYaml(pis_list): crs.append(owlboard_connector.convert_tiploc_to_crs(stop)) manual_review += f'OR stops:[{",".join(crs)}]\n' - print(additional_pis) - print(manual_review) \ No newline at end of file + return additional_pis + manual_review \ No newline at end of file