fix linting error

This commit is contained in:
Martin Plattner 2020-09-04 18:51:02 +02:00
parent bc47d69df9
commit ed918cca87

View File

@ -122,7 +122,7 @@ class CliDirector:
# todo: check if installed tmux version supports display-popup
# tmux's display-popup is blocking, so we close it in a separate thread
t=threading.Thread(target=self.close_popup, args=[duration])
t = threading.Thread(target=self.close_popup, args=[duration])
t.start()
lines = content.splitlines()