We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f776 commit 4e76346Copy full SHA for 4e76346
netbox/core/models/data.py
@@ -201,7 +201,7 @@ def sync(self):
201
logger.debug(f"Updated {updated_count} files")
202
203
# Bulk delete deleted files
204
- deleted_count, _ = DataFile.objects.filter(pk__in=deleted_file_ids).delete()
+ deleted_count, __ = DataFile.objects.filter(pk__in=deleted_file_ids).delete()
205
logger.debug(f"Deleted {deleted_count} files")
206
207
# Walk the local replication to find new files
0 commit comments