Skip to content

Commit

Permalink
debugging closer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Nov 24, 2023
1 parent e8f3dd9 commit 434cd26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: print platform according to python
run: python -c 'import sys; print(sys.platform)'
- name: Install dependencies
run: python -m pip install --upgrade nox pip setuptools
- name: Run unit tests
Expand Down
1 change: 1 addition & 0 deletions b2/console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
if sys.platform != "darwin":
return
try:
print('\n\n\n\nI\'m running!!!!!!\n\n\n\n\n')
from multiprocessing.synchronize import SemLock
tqdm_lock = self.progress_listener.tqdm.get_lock()
SemLock._cleanup(tqdm_lock.mp_lock._semlock.name)
Expand Down

0 comments on commit 434cd26

Please sign in to comment.