Skip to content

Commit 2053c47

Browse files
abhi1693Copilot
andauthored
Update netbox_metatype_importer/jobs/load_devicetype.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Abhimanyu Saharan <asaharan@onemindservices.com>
1 parent c54c6c0 commit 2053c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netbox_metatype_importer/jobs/load_devicetype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def run(self, *args, **kwargs):
1515
try:
1616
logger.info("Loading Data from the source")
1717
loaded, created, updated = load_data(path)
18-
logger.info("Successfully loaded types: loaded=%s, created=%s, updated=%s", loaded, created, updated)
18+
logger.info(f"Successfully loaded types: loaded={loaded}, created={created}, updated={updated}")
1919
except Exception as e:
2020
logger.exception("Failed to load the requested types: %s", e)

0 commit comments

Comments
 (0)