[object Object]

← back to Exo

fix invalid escape sequence exo_text

56e5e34ec9991ee5c779a5a498b7f494a95dec53 · 2024-07-19 23:41:06 -0700 · Alex Cheema

Files touched

Diff

commit 56e5e34ec9991ee5c779a5a498b7f494a95dec53
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Jul 19 23:41:06 2024 -0700

    fix invalid escape sequence exo_text
---
 exo/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/helpers.py b/exo/helpers.py
index 34a84035..7ca2b1f0 100644
--- a/exo/helpers.py
+++ b/exo/helpers.py
@@ -8,7 +8,7 @@ DEBUG = int(os.getenv("DEBUG", default="0"))
 DEBUG_DISCOVERY = int(os.getenv("DEBUG_DISCOVERY", default="0"))
 VERSION = "0.0.1"
 
-exo_text = """
+exo_text = r"""
   _____  _____  
  / _ \ \/ / _ \ 
 |  __/>  < (_) |

← 62a24073 github workflow: use python3 consistently  ·  back to Exo  ·  fix test_inference_engine 30ab126c →