Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitov committed Apr 10, 2024
1 parent 5647285 commit 32ab4c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/radical/utils/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sys
import time
import json
import shlex

from typing import Optional, List, Dict, Any, Callable

Expand Down Expand Up @@ -119,7 +120,7 @@ def _watch(self) -> None:
# --------------------------------------------------------------------------
#
def start_service(self,
launcher: Optional[str] = None
launcher: Optional[str] = None,
env : Optional[Dict[str,str]] = None
) -> Optional[str]:

Expand All @@ -136,7 +137,7 @@ def start_service(self,
# --------------------------------------------------------------------------
#
def _locked_start_service(self,
launcher: Optional[str] = None
launcher: Optional[str] = None,
env : Optional[Dict[str,str]] = None
) -> Optional[str]:

Expand Down

0 comments on commit 32ab4c7

Please sign in to comment.