Skip to content

Commit d117df7

Browse files
committed
fix ruff
1 parent 404f17b commit d117df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def enum_host_info(self):
190190
self.conn.login("Guest", "")
191191
self.logger.debug("Guest authentication successful")
192192
self.is_guest = True
193-
except Exception as e:
193+
except Exception:
194194
self.is_guest = False
195195

196196
# self.domain is the attribute we authenticate with

0 commit comments

Comments
 (0)