20250118.1737211152
This commit is contained in:
parent
4093bc4581
commit
da6c370616
2 changed files with 4 additions and 4 deletions
|
@ -415,7 +415,7 @@ def export():
|
|||
text=True,
|
||||
check=True,
|
||||
)
|
||||
print(result.stderr)
|
||||
print(result.stdout)
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"Error writing to journal: {e.stderr}")
|
||||
raise
|
||||
|
@ -478,7 +478,7 @@ def insert():
|
|||
text=True,
|
||||
check=True,
|
||||
)
|
||||
print(result.stderr)
|
||||
print(result.stdout)
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"Error inserting single entry: {e.stderr}")
|
||||
raise
|
||||
|
@ -504,7 +504,7 @@ def insert():
|
|||
text=True,
|
||||
check=True,
|
||||
)
|
||||
print(result.stderr)
|
||||
print(result.stdout)
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(
|
||||
f"Error during bulk import: {e.stderr}, file: {temp_file_path}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue