Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelsuft committed Sep 30, 2023
1 parent 9a36824 commit 6d5a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main(self) -> int:
library_dir = self.parse_folders(config_path)
game_dir = os.path.join(library_dir, 'steamapps', 'common', 'Geometry Dash')
if not os.path.isdir(game_dir):
self.logger.log('GD dir is not exists')
self.logger.log('GD dir does not exist')
return 1
self.game_dir = game_dir

Expand Down

0 comments on commit 6d5a5ce

Please sign in to comment.