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 9046fff commit 5cd457fCopy full SHA for 5cd457f
uncoder-core/app/translator/core/render.py
@@ -211,7 +211,7 @@ def __init__(self):
211
}
212
213
def generate_prefix(self, log_source_signature: Optional[LogSourceSignature], functions_prefix: str = "") -> str: # noqa: ARG002
214
- if log_source_signature:
+ if log_source_signature and str(log_source_signature):
215
return f"{log_source_signature} {self.and_token}"
216
return ""
217
0 commit comments