Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kong committed Oct 17, 2024
1 parent 58f915a commit 63f7388
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/fov_watcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
@pytest.fixture
def configure_logging():
log_file = "test_log_file.log"

# Ensure any existing log file is removed
if os.path.exists(log_file):
os.remove(log_file)

# Set up logging to write to the file
logging.basicConfig(filename=log_file, level=logging.INFO)

yield log_file

# Optionally flush the logs to ensure file is written
logging.shutdown()

Expand Down

0 comments on commit 63f7388

Please sign in to comment.