From: Peter Palfrader Date: Tue, 10 Feb 2015 10:38:40 +0000 (+0100) Subject: Replace a tab with spaces in python code X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9805b3aeaff04bd1c499b72e1d28b0fa009c2073;p=dsa-puppet.git Replace a tab with spaces in python code --- diff --git a/modules/bacula/files/bacula-backup-dirs b/modules/bacula/files/bacula-backup-dirs index ff2dc470..dd9e6440 100644 --- a/modules/bacula/files/bacula-backup-dirs +++ b/modules/bacula/files/bacula-backup-dirs @@ -7,7 +7,7 @@ MI_RE = re.compile(r'(?P\d+) (?P\d+) (?P\d+:\d+) for line in file("/proc/self/mountinfo"): mi = MI_RE.match(line) if mi is None: - # XXX: handle error? + # XXX: handle error? continue gd = mi.groupdict() # Skip bind mounts