File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def ingest_one(
190
190
vfs = tiledb .VFS ()
191
191
if not vfs .is_file (input_path ):
192
192
# Print this neatly and exit neatly, to avoid a multi-line stack trace otherwise.
193
- logging .error (f"Input path not found: { input_path } " , file = sys . stderr )
193
+ logging .error (f"Input path not found: { input_path } " )
194
194
sys .exit (1 )
195
195
196
196
# Prepare to write the output.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def main():
67
67
vfs = tiledb .VFS ()
68
68
if not vfs .is_dir (input_path ):
69
69
# Print this neatly and exit neatly, to avoid a multi-line stack trace otherwise.
70
- logging .error (f"Input path not found: { input_path } " , file = sys . stderr )
70
+ logging .error (f"Input path not found: { input_path } " )
71
71
sys .exit (1 )
72
72
73
73
# This is for local-disk use only -- for S3-backed tiledb://... URIs we should
You can’t perform that action at this time.
0 commit comments