[sysadmin-bin] Minor fixes on the py3 transition



commit 146457761bb3a1034cc3217bfdfff4708fa3a665
Author: Andrea Veri <averi redhat com>
Date:   Thu Nov 12 19:07:42 2020 +0100

    Minor fixes on the py3 transition

 gitlab/gitlab-operations.py         | 2 +-
 membership/foundation-operations.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitlab/gitlab-operations.py b/gitlab/gitlab-operations.py
index 76d6e5b..f9907bd 100755
--- a/gitlab/gitlab-operations.py
+++ b/gitlab/gitlab-operations.py
@@ -203,4 +203,4 @@ for project in maints:
             else:
                 proj.members.delete(members_dict[member])
 
-                print(f"Dropped level access { _member.attributes['access_level'] }, this means user { 
member } was added manually on project { project }, that is not necessary as permissions are inherited from 
the GNOME group by default'
+                print(f"Dropped level access { _member.attributes['access_level'] }, this means user { 
member } was added manually on project { project }, that is not necessary as permissions are inherited from 
the GNOME group by default")
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index b753aa2..52f0790 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import socket
 import smtplib


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]