Skip to content

Commit 4390cf7

Browse files
committed
There is no exc_info kwargs on distutils.log
1 parent 2ff8f26 commit 4390cf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ def run(self):
224224
self._build_static()
225225
except Exception:
226226
log.fatal("unable to build Sentry's static assets!\n"
227-
"Hint: You might be running an invalid version of NPM.",
228-
exc_info=True)
227+
"Hint: You might be running an invalid version of NPM.")
229228
sys.exit(1)
230229

231230
if version_info['version'] and version_info['build']:

0 commit comments

Comments
 (0)