Skip to content

Commit 6e07251

Browse files
leoparenteCopilot
andauthored
Update netboxlabs/diode/scripts/dryrun_replay.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b5d1e55 commit 6e07251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netboxlabs/diode/scripts/dryrun_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main() -> None:
6363
if entities:
6464
response = client.ingest(entities=entities)
6565
if response.errors:
66-
print(f"Errors while ingesting {file_path}: {response.errors}")
66+
print(f"Errors while ingesting {file_path}: {response.errors}", file=sys.stderr)
6767
has_errors = True
6868
else:
6969
print(f"Ingested {len(entities)} entities from {file_path}")

0 commit comments

Comments
 (0)