Skip to content

Commit

Permalink
Merge pull request #54 from Wolfmyths/future-update
Browse files Browse the repository at this point in the history
1.5.0 hotfix
  • Loading branch information
Wolfmyths authored Apr 14, 2024
2 parents ea8409c + 01a0ee9 commit c616716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def startPayday(self):
gamePath: str = self.optionsManager.getGamepath()

try:
if not os.path.isabs(os.path.join(gamePath, gameExe)):
if not os.path.isabs(gamePath):
raise Exception('Path is not absolute')

if sys.platform.startswith('win'):
Expand Down

0 comments on commit c616716

Please sign in to comment.