Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2f608b3

Browse files
authored
Update src/sparsezoo/analytics.py
1 parent 174e98d commit 2f608b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsezoo/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def send_event(
129129
event_params = {}
130130

131131
def _send_request():
132-
with suppress_stdout_stderr(suppress=not raise_errors):
132+
with suppress_stdout_stderr(suppress=not _DEBUG):
133133
event_params.update(self._package_params)
134134
event_params["package"] = self._package
135135
event_params["version"] = self._version

0 commit comments

Comments
 (0)