mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(frontend-python): strip generated MLIRs
This commit is contained in:
@@ -81,7 +81,7 @@ class Converter:
|
||||
|
||||
return tuple(outputs)
|
||||
|
||||
return str(module)
|
||||
return str(module).strip()
|
||||
|
||||
def process(self, graph: Graph, configuration: Configuration) -> Graph:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user