Skip to content

Commit 0332b34

Browse files
committed
Extraneous change
1 parent 2728fad commit 0332b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def eval_set(self, value, evaluation):
591591
"""Set[$TrackLocations, value_]"""
592592
if value is SymbolTrue or value is SymbolFalse:
593593
evaluation.definitions.set_ownvalue("System`$TrackLocations", value)
594-
mathics_scanner.location.TRACK_LOCATIONS = value.to_python()
594+
mathics.core.parser.parser.TRACK_LOCATIONS = value.to_python()
595595
else:
596596
evaluation.message("$TrackLocations", "bool", value)
597597
return value

0 commit comments

Comments
 (0)