print profile

This commit is contained in:
Jude Nelson
2018-10-02 23:38:35 -04:00
parent b4fe4d7df2
commit 361554dec2

View File

@@ -125,7 +125,7 @@ def scenario( wallets, **kw ):
if res['profile'] != profile:
print 'profile mismatch:'
print res
print res['profile']
print profile
return False