diff --git a/python/commands/export.py b/python/commands/export.py index e0749ed..d773431 100644 --- a/python/commands/export.py +++ b/python/commands/export.py @@ -474,7 +474,7 @@ class ExportCommands: component = { "reference": module.GetReference(), "value": module.GetValue(), - "footprint": str(module.GetFPID()), + "footprint": module.GetFPID().GetUniStringLibId(), "layer": self.board.GetLayerName(module.GetLayer()) }