Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ab44dcda by lovetox at 2022-08-08T15:47:28+02:00
cq: Add missing whitespace after keyword
- - - - -
1 changed file:
- setup.py
Changes:
=====================================
setup.py
=====================================
@@ -120,7 +120,7 @@ def build_intl() -> None:
for filename, _, option in META_FILES:
newfile = base / filename
newdir = newfile.parent
- if not(newdir.is_dir() or newdir.is_symlink()):
+ if not (newdir.is_dir() or newdir.is_symlink()):
newdir.mkdir()
merge(Path(filename + '.in'), newfile, option)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ab44dcda0ae485ed5740f89eefb224e6feb7825a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ab44dcda0ae485ed5740f89eefb224e6feb7825a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits