We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2775d0 commit 2755812Copy full SHA for 2755812
shellspec.py
@@ -742,7 +742,7 @@ def _run_subprocess_command(
742
execution_type="subprocess",
743
)
744
except subprocess.TimeoutExpired:
745
- raise Exception(f"Command timed out: {" ".join(cmd_line)}")
+ raise Exception(f'Command timed out: {" ".join(cmd_line)}')
746
except FileNotFoundError:
747
raise Exception(f"Executable not found: {cmd_line[0]}")
748
0 commit comments