Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Nov 30, 2023
1 parent ac15503 commit 036729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def pytest_sessionfinish(session, exitstatus):
logger.removeHandler(handler)

# Wipe out BBOT home dir
# shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)
shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)

yield

Expand Down

0 comments on commit 036729e

Please sign in to comment.