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: