From 255d17244b2e26c878418709be8ffaeec3aa2b84 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 10 Dec 2019 11:16:57 +0000 Subject: [PATCH] minor --- perguntations/tools.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/perguntations/tools.py b/perguntations/tools.py index b1a726f..7cd8928 100644 --- a/perguntations/tools.py +++ b/perguntations/tools.py @@ -38,6 +38,7 @@ def load_yaml(filename: str, default: Any = None) -> Any: else: raise + # --------------------------------------------------------------------------- # Runs a script and returns its stdout parsed as yaml, or None on error. # The script is run in another process but this function blocks waiting -- libgit2 0.21.2