fix issue #1858
In reader.py, GFile returns an object of type bytes independently from the Python version. Therefore, the object must be decoded as string in any case. Removed the check of Python version
Showing
Please register or sign in to comment