add comment

This commit is contained in:
Michel Oosterhof
2016-04-16 10:26:12 +00:00
parent c122e31113
commit 95c2c1f58f

View File

@@ -29,6 +29,7 @@ class HoneyPotCommand(object):
self.fs = self.protocol.fs
# MS-DOS style redirect handling, inside the command
# TODO: handle >>, 2>, etc
if '>' in self.args:
self.writtenBytes = 0
self.write = self.writeToFile