BB: Add a TODO about parse_log()

This commit is contained in:
Mike Salvatore 2022-10-01 19:21:54 -04:00
parent de435e27ad
commit 3db3df8bae
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class MonkeyLog(object):
with open(self.get_log_path_for_monkey(self.monkey), "w") as log_file:
log_file.write(MonkeyLog.parse_log(log))
# TODO: What's this for? Can we remove it?
@staticmethod
def parse_log(log):
log = log.strip('"')