Skip to content

Commit 7106b83

Browse files
committed
VED-79: one sonar issue
1 parent 306b469 commit 7106b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mns_subscription/src/unsubscribe_mns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def run_unsubscribe():
1111
if __name__ == "__main__":
1212
logging.basicConfig(level=logging.INFO)
1313
result = run_unsubscribe()
14-
logging.debug("Subscription Result:", result)
14+
logging.debug(f"Subscription Result: {result}")

0 commit comments

Comments
 (0)