Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Apr 15, 2024
1 parent af7243b commit de09e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_store_name(store: str) -> str:
def get_module_name(game_id: str, default: bool = False, local: bool = False) -> str:
""" Creates the name of a gamefix module, which can be imported
"""
store = os.environ.get('STORE').lower() if os.environ.get('STORE') else 'steam'
store = os.environ.get('STORE').lower() if os.environ.get('STORE') else 'steam'

if store != 'steam':
log.info(f'Non-steam game {get_game_name()} ({game_id})')
Expand Down

0 comments on commit de09e6d

Please sign in to comment.