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

Commit

Permalink
Merge pull request #128 from justinjeffery-ipf/develop
Browse files Browse the repository at this point in the history
Update jobs.py
  • Loading branch information
pke11y committed May 9, 2023
2 parents 6bbe568 + 5822f5f commit a25b0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautobot_ssot_ipfabric/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def get_formatted_snapshots(client):
formatted_snapshots = {}
snapshot_refs = []
if client:
client.update()
for snapshot_ref, snapshot in client.snapshots.items():
description = ""
if snapshot_ref in [LAST, PREV, LAST_LOCKED]:
Expand Down

0 comments on commit a25b0d7

Please sign in to comment.