fix profiler and this is ready to go

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-18 10:41:23 -05:00
parent 8411f36e06
commit dc0c8c5622
1 changed files with 2 additions and 0 deletions

View File

@ -47,7 +47,9 @@ class Profiler {
self.logger.info("-- profile for " + contractName); self.logger.info("-- profile for " + contractName);
this.profile(contractName, contract); this.profile(contractName, contract);
}); });
return "";
} }
return false;
}); });
} }
} }