summaryrefslogtreecommitdiffstats
path: root/mga-advisor.py
diff options
context:
space:
mode:
Diffstat (limited to 'mga-advisor.py')
-rw-r--r--mga-advisor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-advisor.py b/mga-advisor.py
index e6d04f0..0475873 100644
--- a/mga-advisor.py
+++ b/mga-advisor.py
@@ -286,7 +286,7 @@ class Widget(QWidget):
return ""
def valid_number(self):
- self.ui.bug_le.setText(re.sub('\D', '', self.ui.bug_le.text()))
+ self.ui.bug_le.setText(re.sub(r'\D', '', self.ui.bug_le.text()))
def src_populate(self, package):
# retrieve information with repo, release from package name