Skip to content

Commit

Permalink
Minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeMartin-ICL committed Dec 18, 2022
1 parent 1d165fe commit df64590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/steamStorageOptimiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def load_config():
if sys.platform == "linux" or sys.platform == "linux2":
install_dir = os.path.expanduser('~/.steam/steam/steamapps')
elif sys.platform == "darwin":
install_dir = os.path.expanduser('~/Library/Application Support/Steam/steamapps')
install_dir = os.path.expanduser(
'~/Library/Application Support/Steam/steamapps')
else:
install_dir = 'C:\\Program Files (x86)\\Steam\\steamapps'
warn(
Expand Down

0 comments on commit df64590

Please sign in to comment.