doku2git: Use PEP8 spacing
This commit is contained in:
parent
2516091c4d
commit
93c173ae10
@ -324,7 +324,6 @@ class Dokuwiki:
|
|||||||
found[None] = User(login="system", real_name="system", email="system@mlug-au.org")
|
found[None] = User(login="system", real_name="system", email="system@mlug-au.org")
|
||||||
return found
|
return found
|
||||||
|
|
||||||
|
|
||||||
def _find_meta(self, root: str, type):
|
def _find_meta(self, root: str, type):
|
||||||
for dirpath, dirnames, filenames in os.walk(root):
|
for dirpath, dirnames, filenames in os.walk(root):
|
||||||
for file in filenames:
|
for file in filenames:
|
||||||
@ -343,7 +342,6 @@ class Dokuwiki:
|
|||||||
for change in self._read_meta(path, type):
|
for change in self._read_meta(path, type):
|
||||||
yield change
|
yield change
|
||||||
|
|
||||||
|
|
||||||
def _read_meta(self, path: str, type):
|
def _read_meta(self, path: str, type):
|
||||||
log.debug("extracting meta from %s", path)
|
log.debug("extracting meta from %s", path)
|
||||||
with open(path, 'r') as data:
|
with open(path, 'r') as data:
|
||||||
|
Loading…
Reference in New Issue
Block a user