From bd13a71a0dca4004beae9210c4057d79ff9961be Mon Sep 17 00:00:00 2001 From: fjosw Date: Fri, 18 Nov 2022 16:01:02 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/input/openQCD.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pyerrors/input/openQCD.html b/docs/pyerrors/input/openQCD.html index db89e614..3f38d2f2 100644 --- a/docs/pyerrors/input/openQCD.html +++ b/docs/pyerrors/input/openQCD.html @@ -148,7 +148,7 @@ 55 break 56 57 if not ls: - 58 raise Exception('Error, directory not found') + 58 raise Exception(f"Error, directory '{path}' not found") 59 if 'files' in kwargs: 60 ls = kwargs.get('files') 61 else: @@ -1127,7 +1127,7 @@ 56 break 57 58 if not ls: - 59 raise Exception('Error, directory not found') + 59 raise Exception(f"Error, directory '{path}' not found") 60 if 'files' in kwargs: 61 ls = kwargs.get('files') 62 else: