summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/exclude_pathnames_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-28 19:29:59 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-28 19:29:59 +0300
commit88779962676b5d81c2b57b2fb12aff88467e1bfc (patch)
tree0009b3a6e5675786af0aaecfdef7e3c49d9b387a /obnamlib/plugins/exclude_pathnames_plugin.py
parent7a22c2d18c1cc8589a7a638ca875a469995e717e (diff)
downloadobnam-88779962676b5d81c2b57b2fb12aff88467e1bfc.tar.gz
Drop call to progress.error for regexp error
This isn't good, but haven't got a way to deal with that.
Diffstat (limited to 'obnamlib/plugins/exclude_pathnames_plugin.py')
-rw-r--r--obnamlib/plugins/exclude_pathnames_plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/obnamlib/plugins/exclude_pathnames_plugin.py b/obnamlib/plugins/exclude_pathnames_plugin.py
index 852d29d2..eeeaa27f 100644
--- a/obnamlib/plugins/exclude_pathnames_plugin.py
+++ b/obnamlib/plugins/exclude_pathnames_plugin.py
@@ -98,7 +98,6 @@ class ExcludePathnamesPlugin(obnamlib.ObnamPlugin):
msg = ('error compiling regular expression "%s": %s' %
(regexp, e))
logging.error(msg)
- self.progress.error(msg)
def read_patterns_from_files(self, filenames):
patterns = []