Skip to content

Commit 5e2bd81

Browse files
committed
teeny logical change
1 parent e194cd2 commit 5e2bd81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def validate_scyllahide_directory() -> bool:
6161
try:
6262
scylla_dir = get_scylla_dir()
6363

64-
if not scylla_dir or not os.path.exists(scylla_dir):
64+
if not scylla_dir or not os.path.isdir(scylla_dir):
6565
log_error(f"[ScyllaNinja] Invalid directory: {scylla_dir}")
6666
return False
6767

0 commit comments

Comments
 (0)