diff --git a/cvc/tools/cvc_create.py b/cvc/tools/cvc_create.py index 4c257b6..dd79c07 100755 --- a/cvc/tools/cvc_create.py +++ b/cvc/tools/cvc_create.py @@ -196,7 +196,8 @@ def main(args): typ = get_type(args.type, role, args) - typ.chat(args.chat) + if (typ): + typ.chat(args.chat) if (not puboid): puboid = oid.scheme2oid(args.scheme)