mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48: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()
|
||||
|
||||
# TODO: Waiting on fix for bug #19806
|
||||
# if errors:
|
||||
# raise JobFailed()
|
||||
if data.errors:
|
||||
raise JobFailed()
|
||||
|
Loading…
Reference in New Issue
Block a user