projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a0d18
)
Replace a tab with spaces in python code
author
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Feb 2015 10:38:40 +0000
(11:38 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Feb 2015 10:38:40 +0000
(11:38 +0100)
modules/bacula/files/bacula-backup-dirs
patch
|
blob
|
history
diff --git
a/modules/bacula/files/bacula-backup-dirs
b/modules/bacula/files/bacula-backup-dirs
index
ff2dc47
..
dd9e644
100644
(file)
--- a/
modules/bacula/files/bacula-backup-dirs
+++ b/
modules/bacula/files/bacula-backup-dirs
@@
-7,7
+7,7
@@
MI_RE = re.compile(r'(?P<mountid>\d+) (?P<parentid>\d+) (?P<majorminor>\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