Skip to content

Commit

Permalink
cleanup: Expression of type None is incompatible with return type boo…
Browse files Browse the repository at this point in the history
…lean
  • Loading branch information
mirkobrombin committed Jun 24, 2024
1 parent 75d0630 commit 74069e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/backend/dlls/dll.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def check(self) -> bool:
logging.error(
f'DLL(s) "{self.dlls[None]}" path haven\'t been found, ignoring...'
)
return
return False

for path in self.dlls:
_path = os.path.join(self.base_path, path)
Expand Down

0 comments on commit 74069e5

Please sign in to comment.