mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-06 20:17:29 -06:00
Account for bug fix in v4.3.4
This commit is contained in:
@@ -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()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user