diff --git a/lsof_spy.py b/lsof_spy.py index 754668d..335cd70 100644 --- a/lsof_spy.py +++ b/lsof_spy.py @@ -116,9 +116,9 @@ for host in sorted(host_data.keys()): if flen > 0: for f in sorted(data['files']): smb_result += " - {}\n".format(f) - elif dlen > 0: - for d in sorted(data['dirs']): - smb_result += " - {}\n".format(d) + # elif dlen > 0: + # for d in sorted(data['dirs']): + # smb_result += " - {}\n".format(d) ###