Skip to content

Patching binary string use in MGC

Zach Marshall requested to merge zmarshal/athena:master_MGC_binary_string into master

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.

Merge request reports