Skip to content

Commit c957cbb

Browse files
committed
[chg,pub] Do not use smbclient
1 parent bb89923 commit c957cbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opsideployclientagent/windows.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import ntpath
1414
import os
1515
import re
16-
import shutil
1716
import time
1817
import warnings
1918
from contextlib import contextmanager
@@ -113,7 +112,7 @@ def __init__(
113112
)
114113

115114
self.remote_folder: str | None = None
116-
self.smbclient_cmd = shutil.which("smbclient")
115+
self.smbclient_cmd = None # shutil.which("smbclient")
117116

118117
def get_connection_data(self, host: str | None) -> tuple[str, str, str]:
119118
host = forceUnicode(host or self.network_address)

0 commit comments

Comments
 (0)