[sysadmin-bin] Fix indent (Closes: https://gitlab.gnome.org/Infrastructure/sysadmin-bin/-/issues/21)
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Fix indent (Closes: https://gitlab.gnome.org/Infrastructure/sysadmin-bin/-/issues/21)
- Date: Wed, 31 Aug 2022 07:30:17 +0000 (UTC)
commit 910430c3f7be5541374ef0f8507289eeaab811b9
Author: Andrea Veri <averi redhat com>
Date: Wed Aug 31 09:30:05 2022 +0200
Fix indent (Closes: https://gitlab.gnome.org/Infrastructure/sysadmin-bin/-/issues/21)
ftpadmin | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index c9b3074..d3ad2ef 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1291,11 +1291,11 @@ Your tarball will appear in the following location on ftp.gnome.org:
It is important to retain the trailing slash for compatibility with
broken http clients.""" % "/".join((self.URLROOT, self.section, self.module, self.majmin, ""))
- realpath = self.moduleinfo.determine_file(self.version, 'sha256sum', fuzzy=False)
- if realpath is not None:
- print ""
- with open(realpath, "r") as f:
- shutil.copyfileobj(f, sys.stdout)
+ realpath = self.moduleinfo.determine_file(self.version, 'sha256sum', fuzzy=False)
+ if realpath is not None:
+ print ""
+ with open(realpath, "r") as f:
+ shutil.copyfileobj(f, sys.stdout)
print """
The ftp-release-list email uses information from the modules DOAP file. Make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]