Skip to content

Commit

Permalink
deleted double asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Oct 21, 2018
1 parent d3434ec commit 18cc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def window(self, **kwargs):
if 'backend' in kwargs:
raise ValueError('Using another backend than set in Desktop constructor is not allowed!')
kwargs['backend'] = self.backend.name
return WindowSpecification(**kwargs)
return WindowSpecification(kwargs)

def windows(self, **kwargs):
"""Return a list of wrapped top level windows"""
Expand Down

0 comments on commit 18cc0f6

Please sign in to comment.