Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: Updates to fix configs in IPF v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Apr 21, 2022
1 parent fde1016 commit da3e0b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ipfabric/tools/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ def get_all_configurations(self, device: Optional[str] = None, sn: Optional[str]
"tables/management/configuration",
sort={"order": "desc", "column": "lastChange"},
columns=[
"_id",
"id",
"sn",
"hostname",
"lastChange",
"lastCheck",
"lastChangeAt",
"lastCheckAt",
"status",
"hash",
],
filters=filters,
snapshot=False
)
if len(res) == 0:
logger.warning(f"Could not find any configurations for device '{device}'.")
Expand Down

0 comments on commit da3e0b8

Please sign in to comment.