Skip to content

Commit

Permalink
Add if check
Browse files Browse the repository at this point in the history
  • Loading branch information
davitmamrikishvili committed Jul 16, 2024
1 parent fbb42d3 commit 24c2e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_import_all_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def import_plugins():
print(traceback.format_exc())


import_plugins()
if __name__ == "__main__":
import_plugins()

0 comments on commit 24c2e11

Please sign in to comment.