Tim Peters <t...@python.org> added the comment:

Same kind of problem with the new upload, Bob.

Line 38 is:

print(Fore.GREEN,"Installed file ",e,Fore.WHITE)

indented 8 spaces. Lines 39 and 40 are empty.  Then line 41 is:

if x>=len(files):  # if x is more than or equal to the number of files in teh 
directory

indented 12 spaces.  That's an indentation error, indented more than the 
statement before it.

Maybe you have some kind of weird binary data (by mistake) in the file that 
gets lost when you upload it?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to