mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 15:47:46 -06:00
Account for bug fix in v4.3.4
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user