Skip to content

Commit f87535e

Browse files
committed
Lint
1 parent cb6cef6 commit f87535e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/nanodump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def on_admin_login(self, context, connection):
254254
add_user_bh(bh_creds, None, self.context.log, self.connection.config)
255255
except Exception as e:
256256
self.context.log.fail(f"Error opening dump file: {e}")
257-
257+
258258
def delete_nanodump_binary(self):
259259
try:
260260
self.connection.execute(f"del {self.remote_tmp_dir + self.nano}")

0 commit comments

Comments
 (0)