forked from p15670423/monkey
BB: Add a TODO about parse_log()
This commit is contained in:
parent
de435e27ad
commit
3db3df8bae
|
@ -24,6 +24,7 @@ class MonkeyLog(object):
|
||||||
with open(self.get_log_path_for_monkey(self.monkey), "w") as log_file:
|
with open(self.get_log_path_for_monkey(self.monkey), "w") as log_file:
|
||||||
log_file.write(MonkeyLog.parse_log(log))
|
log_file.write(MonkeyLog.parse_log(log))
|
||||||
|
|
||||||
|
# TODO: What's this for? Can we remove it?
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def parse_log(log):
|
def parse_log(log):
|
||||||
log = log.strip('"')
|
log = log.strip('"')
|
||||||
|
|
Loading…
Reference in New Issue