Skip to content

Commit

Permalink
scylla_login: fix syntax warnung during scylla_setup
Browse files Browse the repository at this point in the history
Seen during my debug sessions

```
/opt/scylladb/scylla-machine-image/libexec/scylla_login:13: SyntaxWarning: invalid escape sequence '\|'
  MSG_HEADER = '''
```
  • Loading branch information
yaronkaikov committed Jul 16, 2024
1 parent f6e9f1a commit 98b199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scylla_login
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import sys
from lib.scylla_cloud import get_cloud_instance, colorprint, out
from subprocess import run

MSG_HEADER = '''
MSG_HEADER = r'''
_____ _ _ _____ ____
/ ____| | | | | __ \| _ \
Expand Down

0 comments on commit 98b199f

Please sign in to comment.