Skip to content

Commit 7842623

Browse files
committed
deflake with the new flake8
1 parent 54f42a4 commit 7842623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/plugins/hipchat_reporting_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def configure(self, options, conf):
6262
when using the hipchat reporting plugin.''')
6363
else:
6464
self.hipchat_room_id = options.hipchat_room_id
65-
self.hipchat_owner_to_mention = (options.hipchat_owner_to_mention
66-
or None)
65+
self.hipchat_owner_to_mention = (
66+
options.hipchat_owner_to_mention or None)
6767
self.hipchat_notify_on_success = options.hipchat_notify_on_success
6868

6969
def addSuccess(self, test, capt):

0 commit comments

Comments
 (0)