Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling catching all in logger #2770

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Feb 12, 2024

As the title.

Close #2753

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@germa89 germa89 self-assigned this Feb 12, 2024
@germa89 germa89 requested a review from greschd February 12, 2024 15:50
@germa89 germa89 added the BUG Issue, problem or error in PyMAPDL label Feb 12, 2024
@germa89 germa89 enabled auto-merge (squash) February 12, 2024 15:51
@github-actions github-actions bot added Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature labels Feb 12, 2024
@germa89
Copy link
Collaborator Author

germa89 commented Feb 12, 2024

(.venv_macos)  pymapdl git:(feat/caughing-all-exceptions-in-logger) $ python -c 'import ansys.mapdl.core; assert False'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AssertionError

and

(.venv_macos)  pymapdl git:(feat/caughing-all-exceptions-in-logger) $ ipython -c 'import ansys.mapdl.core; assert False'
---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
Cell In[1], line 1
----> 1 import ansys.mapdl.core; assert False

AssertionError: 

@germa89 germa89 merged commit 6d7d8d5 into main Feb 12, 2024
30 checks passed
@germa89 germa89 deleted the feat/caughing-all-exceptions-in-logger branch February 12, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Issue, problem or error in PyMAPDL Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging setup on bare import
2 participants