This thing

This commit is contained in:
Mathieu Comandon 2016-08-05 21:14:59 -07:00
parent 580cc5dd39
commit db2ae4619c

View file

@ -120,10 +120,9 @@ if options.list_steam_games:
exit()
if options.list_steam_folders:
steamapps_paths = get_steamapps_paths()
for path in steamapps_paths['linux']:
print(path)
for path in steamapps_paths['windows']:
print(path)
for platform in ('linux', 'windows'):
for path in steamapps_paths[platform]:
print(path)
exit()