Skip to content

Commit

Permalink
fix windows filechooser using mode instead of self.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel pettier committed May 19, 2015
1 parent 93e574b commit 7387142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/win/filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, **kwargs):

def run(self):
try:
if mode != "dir":
if self.mode != "dir":
args = {}

if self.path:
Expand Down

0 comments on commit 7387142

Please sign in to comment.