summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_internal/diff.py')
-rw-r--r--test/lib/ansible_test/_internal/diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/diff.py b/test/lib/ansible_test/_internal/diff.py
index 2ddc2ff9..5a94aafc 100644
--- a/test/lib/ansible_test/_internal/diff.py
+++ b/test/lib/ansible_test/_internal/diff.py
@@ -143,7 +143,7 @@ class DiffParser:
traceback.format_exc(),
)
- raise ApplicationError(message.strip())
+ raise ApplicationError(message.strip()) from None
self.previous_line = self.line