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
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Hi,
I think you made a typo in arya.py:
https://github.com/datacenter/arya/blob/master/arya/arya.py#L443
Shouldn't it be
with open(
instead ofwith file(
Same at https://github.com/datacenter/arya/blob/master/arya/arya.py#L468
My understanding is that file was an alias for open in Python2 but got removed in python3.
The text was updated successfully, but these errors were encountered: