salesforce / cove

BSD 3-Clause "New" or "Revised" License
473 stars 93 forks source link

TypeError when trying "Running without Docker" #21

Open makcedward opened 6 years ago

makcedward commented 6 years ago

Not sure whether it is related to CentOS, I got error when executing the following command to test CoVe

python test/example.py --device -1

The error is:

string error

My workaround is converting args.device to integer before comparison

args.device --> int(args.device)