mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-16 13:29:37 -06:00
Feat: removed QUEUED from ready for sync condition
This commit is contained in:
parent
2e0ff04f84
commit
a49869af42
@ -112,7 +112,6 @@ class DataSource(JobsMixin, PrimaryModel):
|
|||||||
@property
|
@property
|
||||||
def ready_for_sync(self):
|
def ready_for_sync(self):
|
||||||
return self.enabled and self.status not in (
|
return self.enabled and self.status not in (
|
||||||
DataSourceStatusChoices.QUEUED,
|
|
||||||
DataSourceStatusChoices.SYNCING
|
DataSourceStatusChoices.SYNCING
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user