Commit 255d17244b2e26c878418709be8ffaeec3aa2b84
1 parent
d53f817b
Exists in
master
and in
1 other branch
minor
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
perguntations/tools.py
... | ... | @@ -38,6 +38,7 @@ def load_yaml(filename: str, default: Any = None) -> Any: |
38 | 38 | else: |
39 | 39 | raise |
40 | 40 | |
41 | + | |
41 | 42 | # --------------------------------------------------------------------------- |
42 | 43 | # Runs a script and returns its stdout parsed as yaml, or None on error. |
43 | 44 | # The script is run in another process but this function blocks waiting | ... | ... |