summaryrefslogtreecommitdiff
path: root/libmat2/abstract.py
diff options
context:
space:
mode:
authorintrigeri2019-02-03 09:43:27 +0000
committerjvoisin2019-02-03 19:18:41 +0100
commite8c1bb0e3c4cae579e81ce6a4b01b829900ff922 (patch)
treecd7146283c98f25544334cdd322b8c577ccc40d3 /libmat2/abstract.py
parent8b5d0c286c91537b43eb3284aa93b382636e7ebf (diff)
Whenever possible, use bwrap for subprocesses
This should closes #90
Diffstat (limited to 'libmat2/abstract.py')
-rw-r--r--libmat2/abstract.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/abstract.py b/libmat2/abstract.py
index 9b510f6..aaf00d7 100644
--- a/libmat2/abstract.py
+++ b/libmat2/abstract.py
@@ -37,4 +37,5 @@ class AbstractParser(abc.ABC):
37 """ 37 """
38 :raises RuntimeError: Raised if the cleaning process went wrong. 38 :raises RuntimeError: Raised if the cleaning process went wrong.
39 """ 39 """
40 # pylint: disable=unnecessary-pass
40 pass # pragma: no cover 41 pass # pragma: no cover