Skip to content

Commit

Permalink
local print
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed Apr 18, 2024
1 parent 8fa91e9 commit 662fae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/device/device/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test(): # pragma: no cover
results[io.identifier] = result
except Exception as e:
console.print("[red]failed[/red]")
console.print_exception()
exceptions[io.identifier] = e

if results:
Expand Down

0 comments on commit 662fae2

Please sign in to comment.