Skip to content

Commit 9f3a77c

Browse files
committed
Fix missing colon
1 parent 5983b86 commit 9f3a77c

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
@@ -766,7 +766,7 @@ def shares(self):
766766
except IndexError as e:
767767
if self.use_kcache:
768768
pass
769-
else
769+
else:
770770
self.logger.fail(f"IndexError: {str(e)}")
771771
except Exception as e:
772772
error = get_error_string(e)

0 commit comments

Comments
 (0)