From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/enalyze/
Date: Sat, 9 Jul 2022 23:55:56 +0000 (UTC) [thread overview]
Message-ID: <1657410284.0db35305e9ff05ef792ae18b9721772f4bdd3efb.dolsen@gentoo> (raw)
commit: 0db35305e9ff05ef792ae18b9721772f4bdd3efb
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 23:44:44 2022 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 23:44:44 2022 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=0db35305
enalyze: Fix missing newline at end of saved rebuild files
Bug: https://bugs.gentoo.org/626308
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
pym/gentoolkit/enalyze/rebuild.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pym/gentoolkit/enalyze/rebuild.py b/pym/gentoolkit/enalyze/rebuild.py
index f341680..e3396f3 100644
--- a/pym/gentoolkit/enalyze/rebuild.py
+++ b/pym/gentoolkit/enalyze/rebuild.py
@@ -401,6 +401,7 @@ class Rebuild(ModuleBase):
encoding=_encodings["content"],
) as output:
output.write("\n".join(data))
+ output.write("\n")
print(" - Done")
next reply other threads:[~2022-07-09 23:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-09 23:55 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 0:00 [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/enalyze/ Sam James
2023-06-04 19:01 Mike Gilbert
2016-07-08 15:37 Brian Dolbec
2016-02-25 21:26 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657410284.0db35305e9ff05ef792ae18b9721772f4bdd3efb.dolsen@gentoo \
--to=dolsen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox