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 b5d1e55 commit 6e07251Copy full SHA for 6e07251
netboxlabs/diode/scripts/dryrun_replay.py
@@ -63,7 +63,7 @@ def main() -> None:
63
if entities:
64
response = client.ingest(entities=entities)
65
if response.errors:
66
- print(f"Errors while ingesting {file_path}: {response.errors}")
+ print(f"Errors while ingesting {file_path}: {response.errors}", file=sys.stderr)
67
has_errors = True
68
else:
69
print(f"Ingested {len(entities)} entities from {file_path}")
0 commit comments