We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e194cd2 commit 5e2bd81Copy full SHA for 5e2bd81
1 file changed
__init__.py
@@ -61,7 +61,7 @@ def validate_scyllahide_directory() -> bool:
61
try:
62
scylla_dir = get_scylla_dir()
63
64
- if not scylla_dir or not os.path.exists(scylla_dir):
+ if not scylla_dir or not os.path.isdir(scylla_dir):
65
log_error(f"[ScyllaNinja] Invalid directory: {scylla_dir}")
66
return False
67
0 commit comments