I think this will fix the io issue.
This commit is contained in:
parent
95ac198873
commit
37aa20daab
2
cah.py
2
cah.py
|
|
@ -8,7 +8,7 @@ answer_cards_file_names = ['answer_cards', 'custom_anwser_cards']
|
|||
question_cards_file_name = ['question_cards', 'question_cards1', 'question_cards2', 'custom_question_cards']
|
||||
|
||||
# Settings that are used
|
||||
base_directory = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__))))
|
||||
base_directory = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath("."))))
|
||||
|
||||
|
||||
class Deck(object):
|
||||
|
|
|
|||
Loading…
Reference in New Issue