Commit 255d17244b2e26c878418709be8ffaeec3aa2b84

Authored by Miguel Barão
1 parent d53f817b
Exists in master and in 1 other branch dev

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,6 +38,7 @@ def load_yaml(filename: str, default: Any = None) -> Any:
38 else: 38 else:
39 raise 39 raise
40 40
  41 +
41 # --------------------------------------------------------------------------- 42 # ---------------------------------------------------------------------------
42 # Runs a script and returns its stdout parsed as yaml, or None on error. 43 # Runs a script and returns its stdout parsed as yaml, or None on error.
43 # The script is run in another process but this function blocks waiting 44 # The script is run in another process but this function blocks waiting