Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/crnnr/prog2-chess into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xXUnique31Xx committed Jul 1, 2024
2 parents d7250b1 + ab2beba commit 96260e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_symbol_preference():

def list_saved_games(self):
"""List all saved games in the saved_games directory."""
saved_games_dir = 'saved_games'
saved_games_dir = 'SavedGames'
saved_games = os.listdir(saved_games_dir)
if not saved_games:
GameView.display_message('No saved games found!')
Expand Down

0 comments on commit 96260e2

Please sign in to comment.