Skip to content

Commit

Permalink
Unpacking fix (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 authored Aug 18, 2022
1 parent ef73d31 commit 73f5ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_iot/monitor/models/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
repair: bool,
yes: bool,
):
(enqueued_time, unique_properties, timeout_ms, output) = init_monitoring(
(enqueued_time, unique_properties, timeout_ms, output, _) = init_monitoring(
cmd=cmd,
timeout=timeout,
properties=properties,
Expand Down

0 comments on commit 73f5ff3

Please sign in to comment.