Abhishek Balam commented: As per the instructions given by @averi to try to circumvent this error I tried replacing:
`self.file[os.path.basename(info.name)] = t.extractfile(info).readlines()` on [Line 516](https://gitlab.gnome.org/Infrastructure/sysadmin-bin/blob/master/ftpadmin#L516) in `ftpadmin` with `self.file[os.path.basename(info.name)] = t.extractfile(info).read()` After which the script runs perfectly on my machine. Please do check. -- View it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/87#note_460779 You're receiving this email because of your account on gitlab.gnome.org.
_______________________________________________ gnome-infrastructure mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
