Skip to content

Commit bb7ab60

Browse files
committed
FullForm setting bug, yet again
1 parent a557cd5 commit bb7ab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathicsscript/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def main(
321321

322322
full_form = definitions.get_ownvalue(
323323
"Settings`$ShowFullFormInput"
324-
).replace.get_int_value()
324+
).replace.to_python()
325325
style = definitions.get_ownvalue("Settings`$PygmentsStyle")
326326
fmt = lambda x: x
327327
if style:

0 commit comments

Comments
 (0)