Unverified Commit 1363b519 authored by Iñaki Arango's avatar Iñaki Arango Committed by GitHub
Browse files

Escape backwards slash (#1902)

parent 0abbf289
...@@ -305,7 +305,7 @@ def execute_shell_command(command: str) -> subprocess.Popen: ...@@ -305,7 +305,7 @@ def execute_shell_command(command: str) -> subprocess.Popen:
Execute a shell command and return the process handle Execute a shell command and return the process handle
Args: Args:
command: Shell command as a string (can include \ line continuations) command: Shell command as a string (can include \\ line continuations)
Returns: Returns:
subprocess.Popen: Process handle subprocess.Popen: Process handle
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment