Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worker.Rsh: use raw string in RshClient #464

Merged
merged 1 commit into from
Nov 1, 2021
Merged

Worker.Rsh: use raw string in RshClient #464

merged 1 commit into from
Nov 1, 2021

Conversation

thiell
Copy link
Collaborator

@thiell thiell commented Oct 29, 2021

Fixes the following warning:

Rsh.py:77: DeprecationWarning: invalid escape sequence \d
match = re.search("^XXRETCODE: (\d+)$", msg.decode())

Signed-off-by: Stephane Thiell sthiell@stanford.edu

Fixes the following warning:

Rsh.py:77: DeprecationWarning: invalid escape sequence \d
  match = re.search("^XXRETCODE: (\d+)$", msg.decode())

Signed-off-by: Stephane Thiell <sthiell@stanford.edu>
@thiell thiell self-assigned this Oct 29, 2021
@thiell thiell added this to the 1.8.4 milestone Oct 29, 2021
@thiell thiell merged commit 55fead4 into cea-hpc:master Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant