Skip to content

Commit cb758e9

Browse files
authored
Merge pull request #1063 from JuliaRobotics/23Q4/enh/showfac
impr show short on factor
2 parents a0be4be + 445547a commit cb758e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/CustomPrinting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function printFactor(
143143
for f in setdiff(fieldnames(fctt), skipfields)
144144
printstyled(ioc, f, ":"; color = :magenta)
145145
println(ioc)
146-
show(ioc, getproperty(fct, f))
146+
show(ioc, typeof(getproperty(fct, f)).name.name)
147147
println(ioc)
148148
end
149149
else

0 commit comments

Comments
 (0)