Skip to content

Commit ba8dfa5

Browse files
revert
1 parent 627c20e commit ba8dfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cads_broker/database.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def add_qos_rule(
446446
qos_rule = QoSRule(
447447
uid=str(rule.__hash__()),
448448
name=str(rule.name),
449-
info=rule.info,
449+
info=str(rule.info),
450450
condition=str(rule.condition),
451451
conclusion=str(rule.conclusion),
452452
queued=queued,

0 commit comments

Comments
 (0)