Patching binary string use in MGC
When extracting a file from a tarball in python3, a binary string is returned. We have to not only use binary strings for finding things in there, but also for splitting.
When extracting a file from a tarball in python3, a binary string is returned. We have to not only use binary strings for finding things in there, but also for splitting.