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 8e475e5 commit 1c4e511Copy full SHA for 1c4e511
src/psij/job_spec.py
@@ -21,7 +21,7 @@ def _to_path(arg: Union[str, pathlib.Path, None]) -> Optional[pathlib.Path]:
21
return pathlib.Path(arg)
22
23
24
-def _to_env_dict(arg: Union[Dict[str, Union[str, int]], None]) -> Dict[str, str]:
+def _to_env_dict(arg: Union[Dict[str, Union[str, int]], None]) -> Optional[Dict[str, str]]:
25
if arg is None:
26
return None
27
ret = dict()
0 commit comments