You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pymtg.io.get_filenames_dir used unicode function which is not compatible with Python 3.
Should check how's that the tests are not breaking and find a fix. Current hacky fix to use this function in Python 3 is to assign pymtg.io.unicode to str (unicode is renamed to str in Python 3).
pymtg.io.get_filenames_dir
usedunicode
function which is not compatible with Python 3.Should check how's that the tests are not breaking and find a fix. Current hacky fix to use this function in Python 3 is to assign
pymtg.io.unicode
tostr
(unicode
is renamed tostr
in Python 3).pymtg/pymtg/io/__init__.py
Lines 107 to 111 in 0d6132d
The text was updated successfully, but these errors were encountered: