Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Bryan <[email protected]>
  • Loading branch information
bschroeter and SeanBryan51 authored Oct 17, 2024
1 parent d15ee5a commit eda8dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpcpy/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def shell(cmd, check=True, capture_output=True, **kwargs) -> sp.CompletedProcess
Raises
------
hpcypy.excetions.ShellException :
hpcpy.exceptions.ShellException :
When the shell call fails.
"""
try:
Expand Down

0 comments on commit eda8dc0

Please sign in to comment.