luigi
luigi copied to clipboard
Fix string and byte error in contrib/hadoop.py
Description
The code d = d.replace(b'(c__main__', "(c" + module_name) is a mixed usage of str and byte and cannot run in python3.
It is not related to the business logic, just a language issue.
Have you tested this? If so, how?
Yes,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If closed, you may revisit when your time allows and reopen! Thank you for your contributions.