Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DexerBR committed May 5, 2024
1 parent 3cd0650 commit af11d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plyer/platforms/android/filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ def _resolve_uri(self, uri):
selection_args=[file_name], sort_order=None
)
finally:
# if path is still None, a new attempt will be made using the original uri
# if path is still None, a new attempt will be made
# using the original uri
if not path:
path = self._parse_content(
uri=_uri,
Expand Down

0 comments on commit af11d06

Please sign in to comment.