Changeset: 750de1fa87e2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/750de1fa87e2
Modified Files:
        sql/test/BugTracker-2024/Tests/7536-mclient-forgets-to-flush.SQL.py
Branch: Aug2024
Log Message:

Use raw string to suppress Python warning


diffs (12 lines):

diff --git 
a/sql/test/BugTracker-2024/Tests/7536-mclient-forgets-to-flush.SQL.py 
b/sql/test/BugTracker-2024/Tests/7536-mclient-forgets-to-flush.SQL.py
--- a/sql/test/BugTracker-2024/Tests/7536-mclient-forgets-to-flush.SQL.py
+++ b/sql/test/BugTracker-2024/Tests/7536-mclient-forgets-to-flush.SQL.py
@@ -6,7 +6,7 @@ import subprocess
 
 # This SQL script redirects the output to a file (the %s).
 # We will check that all output arrives there, even if it's a gzipped file.
-SCRIPT = """\
+SCRIPT = r"""
 \>%s
 SELECT 'Donald Knuth';
 """
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to