Skip to content

Commit

Permalink
fix(local): Update docstrings for darglint
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Aug 15, 2022
1 parent c80e6b4 commit 28645c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/atomic_operator_runner/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ def run(
Args:
executor (str): The executor to use when executing the provided command string.
command (str): The command string to run.
timeout (int, optional): Timeout when running a command. Defaults to 5.
shell (bool, optional): Whether to spawn a new shell or not. Defaults to False.
env (_type_, optional): Environment to use including environmental variables.. Defaults to os.environ.
cwd (str, optional): The current working directory. Defaults to None.
timeout (int): Timeout when running a command. Defaults to 5.
shell (bool): Whether to spawn a new shell or not. Defaults to False.
env (dict): Environment to use including environmental variables.. Defaults to os.environ.
cwd (str): The current working directory. Defaults to None.
Returns:
Dict[str]: Returns a dictionary of results from running the provided command.
Expand Down

0 comments on commit 28645c7

Please sign in to comment.