Skip to content

Commit

Permalink
Fix setting CHAT to CV requests.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed May 18, 2023
1 parent 5e81836 commit 499d9a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cvc/tools/cvc_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 499d9a2

Please sign in to comment.