Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and rogeriochaves committed Jul 11, 2024
1 parent 2d97f83 commit adb3112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/services/tracing/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _end_traces(self, trace_id: str, trace_name: str, error: Exception | None =
trace_name=trace_name,
outputs=self.outputs[trace_name],
error=error,
logs=self._logs[trace_name]
logs=self._logs[trace_name],
)
except Exception as e:
logger.error(f"Error ending trace {trace_name}: {e}")
Expand Down

0 comments on commit adb3112

Please sign in to comment.