You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just change the line 540 on /usr/bin/ice from chrome.set_active(True) to firefox.set_active(True)
[A]s of Python 3.6 this will cease to be a SyntaxWarning and instead be updated to an error (SyntaxError). So you better fix it now or face it the prospect of it not executing in future versions (>= 3.6) .
emirotin
added a commit
to emirotin/ice-ssb
that referenced
this issue
Feb 11, 2017
Hi,
On a fresh installation of Apricity-OS (and fresher update) when trying to open ice I got this error:
File "ice", line 540 global chrome SyntaxError: name 'chrome' is used prior to global declaration
The text was updated successfully, but these errors were encountered: