Skip to content

Commit 6f73cdc

Browse files
committed
Formatting
1 parent 2ac20c4 commit 6f73cdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nxc/protocols/wmi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def proto_logger(self):
5959
"hostname": self.hostname
6060
}
6161
)
62-
62+
6363
# Redefine disconnect function.
6464
def disconnect(self):
6565
if self.conn:
@@ -398,7 +398,7 @@ def wmi_query(self, wql=None, namespace=None, callback_func=None):
398398
if str(e).find("S_FALSE") < 0:
399399
self.logger.debug(e)
400400
return records
401-
401+
402402
def list_snapshots(self):
403403
drive = self.args.list_snapshots
404404
self.logger.info(f"Retrieveing volume shadow copies of {drive}.")

0 commit comments

Comments
 (0)