bcbnz / python-rofi

A Python module to make simple GUIs with Rofi
MIT License
111 stars 20 forks source link

undefined name kwargs #1

Closed innateessence closed 7 years ago

innateessence commented 7 years ago

Line 378 : args.extend(self._common_args(**kwargs))

I addressed this here : https://github.com/JackofSpades707/python-rofi/commit/544532bcb91fb5fe37236f4f76df008a30a6f3cd#diff-2037d63fbbc4280a03fa2e7c5383d45bR339

Thanks for building such a wonderful module :)

Foxboron commented 7 years ago

I created a PR for this.

bcbnz commented 7 years ago

Thanks for the report! Don't know how I didn't run into that myself. I've merged the pull request.