We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c32e2 commit 8bd1246Copy full SHA for 8bd1246
1 file changed
app/routers/unit_jobs.py
@@ -131,7 +131,7 @@ async def create_unit_job(
131
except Exception as e:
132
logger.error(f"Error creating processing job: {e}")
133
raise InternalException(
134
- message="An error occurred while creating processing job",
+ message="An error occurred while creating processing job.",
135
details={"error": str(e)}
136
)
137
0 commit comments