mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge pull request #1214 from psgreco/master-fix-linter
Fix linter (trailing whitespace)
This commit is contained in:
commit
8a179079e0
1 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ def get_merged_commits():
|
||||||
|
|
||||||
fromgui = False
|
fromgui = False
|
||||||
fromsecp = False
|
fromsecp = False
|
||||||
|
|
||||||
if m is not None:
|
if m is not None:
|
||||||
[date, cid, merged_cid, chain, repo, prno, trailing] = m.groups()
|
[date, cid, merged_cid, chain, repo, prno, trailing] = m.groups()
|
||||||
if chain == "Bitcoin":
|
if chain == "Bitcoin":
|
||||||
|
|
@ -326,7 +326,7 @@ def main() -> None:
|
||||||
print("** COMMIT WE ARE REVIEWING:")
|
print("** COMMIT WE ARE REVIEWING:")
|
||||||
os.system(f"git -C {WQ} log -1 --pretty=full {cid}")
|
os.system(f"git -C {WQ} log -1 --pretty=full {cid}")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
def diff4():
|
def diff4():
|
||||||
os.system(f"git -C {WQ} diff {GIT_DIFF_OPTS} HEAD {cid}")
|
os.system(f"git -C {WQ} diff {GIT_DIFF_OPTS} HEAD {cid}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue