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
This is the error I receive when I run add_card.py. Anyone else getting this?
add_card.py
Traceback (most recent call last):
File "add_card.py", line 5, in
cardList = CardList()
File "/root/CardList.py", line 8, in init
self.cardList = self.readList()
File "/root/CardList.py", line 11, in readList
with open(self.path + '/cardList.csv', mode='r') as infile:
The text was updated successfully, but these errors were encountered:
This is the error I receive when I run add_card.py. Anyone else getting this?
add_card.py
Traceback (most recent call last):
File "add_card.py", line 5, in
cardList = CardList()
File "/root/CardList.py", line 8, in init
self.cardList = self.readList()
File "/root/CardList.py", line 11, in readList
with open(self.path + '/cardList.csv', mode='r') as infile:
The text was updated successfully, but these errors were encountered: