We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56706b6 commit 11d71baCopy full SHA for 11d71ba
Orange/canvas/__main__.py
@@ -235,7 +235,7 @@ def run(self):
235
contents = urlopen(request, timeout=10).read().decode()
236
# Nothing that this fails with should make Orange crash
237
except Exception: # pylint: disable=broad-except
238
- log.exception('Failed to pull notification feed')
+ log.warning('Failed to pull notification feed')
239
else:
240
self.resultReady.emit(contents)
241
0 commit comments