mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Account for bug fix in v4.3.4
This commit is contained in:
parent
ecdd4bf076
commit
27a7263f7c
@ -212,6 +212,5 @@ class AsyncViewJob(JobRunner):
|
|||||||
)
|
)
|
||||||
notification.save()
|
notification.save()
|
||||||
|
|
||||||
# TODO: Waiting on fix for bug #19806
|
if data.errors:
|
||||||
# if errors:
|
raise JobFailed()
|
||||||
# raise JobFailed()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user