Skip to content

Commit 0f9e655

Browse files
committed
bumped version
1 parent 92f4306 commit 0f9e655

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.38'
2+
__version__ = '2.0.39'
33

Diff for: socketsecurity/core/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ def get_repo_info(self, repo_slug: str, default_branch: str = "socket-default-br
427427
Exception: If API request fails
428428
"""
429429
try:
430+
# Need to switch to either standard logger or not call our module logging so that there isn't a conflict
431+
# Also need to update the SDK to not emit log in a way that can't be trapped by try/except
430432
sdk_logger = logging_std.getLogger("socketdev")
431433
original_level = sdk_logger.level
432434
sdk_logger.setLevel(logging_std.CRITICAL)

0 commit comments

Comments
 (0)