Public bug reported:

A warning on a python regex expression at line 455 is issued on running
svn-backup-dumps (subversion-tools (1.14.3-1build4) ).

Probably the line should be updated from:
filename_regex = re.compile("(.+)\.\d+-(\d+)\.svndmp.*")

to:
filename_regex = re.compile(r"(.+)\.\d+-(\d+)\.svndmp.*")

Notice the r

** Affects: subversion (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  A warning on a python regex expression at line 455 is issued on running
- svn-backup dumps (subversion-tools (1.14.3-1build4).
+ svn-backup-dumps (subversion-tools (1.14.3-1build4).
  
  Probably the line should be updated from:
  filename_regex = re.compile("(.+)\.\d+-(\d+)\.svndmp.*")
  
  to:
  filename_regex = re.compile(r"(.+)\.\d+-(\d+)\.svndmp.*")
  
  Notice the r

** Description changed:

  A warning on a python regex expression at line 455 is issued on running
- svn-backup-dumps (subversion-tools (1.14.3-1build4).
+ svn-backup-dumps (subversion-tools (1.14.3-1build4) ).
  
  Probably the line should be updated from:
  filename_regex = re.compile("(.+)\.\d+-(\d+)\.svndmp.*")
  
  to:
  filename_regex = re.compile(r"(.+)\.\d+-(\d+)\.svndmp.*")
  
  Notice the r

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2100544

Title:
  svn-backup-dumps has a python regex warning at line 455 when running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/2100544/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to