Skip to content

Commit 78c07d3

Browse files
author
symphony-dbcli
committed
Fix #245: Unable to open log file outside default directory
1 parent 28cde0e commit 78c07d3

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

.tox/.pkg/file.lock

Whitespace-only changes.

C:\Users\litecli\litecli_test.db

Whitespace-only changes.

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_conditional_pager(monkeypatch):
236236
def test_reserved_space_is_integer(monkeypatch):
237237
"""Make sure that reserved space is returned as an integer."""
238238

239-
def stub_terminal_size(_fallback=(80, 24)):
239+
def stub_terminal_size(fallback=(80, 24)):
240240
return os.terminal_size((5, 5))
241241

242242
monkeypatch.setattr(shutil, "get_terminal_size", stub_terminal_size)

0 commit comments

Comments
 (0)