luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Fix string and byte error in contrib/hadoop.py

Open rudaoshi opened this issue 5 years ago • 1 comments

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,

rudaoshi avatar Dec 31 '20 04:12 rudaoshi

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.

stale[bot] avatar Jan 09 '22 01:01 stale[bot]