mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
update example validation to reflect new model locations
This commit is contained in:
parent
d9fa00fd75
commit
092ce0c038
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def _validate_devices():
|
|||
|
||||
def _validate_commands():
|
||||
# Project
|
||||
from hyperglass.configuration.models.commands import Commands
|
||||
from hyperglass.models.commands import Commands
|
||||
|
||||
with COMMANDS.open() as raw:
|
||||
commands_dict = yaml.safe_load(raw.read()) or {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue