From cf99dc9ba60eeb183f4eb0137145eab456177c6d Mon Sep 17 00:00:00 2001
From: Ian Grant <ian.conway.grant@gmail.com>
Date: Mon, 21 Oct 2024 20:14:03 -0400
Subject: [PATCH] fix: syntax error

---
 run_on_maap.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/run_on_maap.py b/run_on_maap.py
index 494f840..f11343f 100644
--- a/run_on_maap.py
+++ b/run_on_maap.py
@@ -82,7 +82,6 @@ def translate_s3_to_local_path(s3_path: str, username: str) -> str:
                          f"on MAAP platform: {s3_path}. "
                          f"Path should begin with {private_bucket_stems['s3']} "
                          f"or {public_bucket_stems['s3']}.")
-    )
 
 
 def update_job_states(job_states: Dict[str, str],
-- 
GitLab