Skip to content

Commit

Permalink
Fix issue Technologicat#2
Browse files Browse the repository at this point in the history
  • Loading branch information
samanklesaria committed Feb 7, 2020
1 parent 945efe3 commit d659527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imacropy/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, extension_instance, *args, **kwargs):

def visit(self, tree):
try:
bindings = detect_macros(tree, '__main__', reload=True) # macro imports
bindings = detect_macros(tree, '__main__') # macro imports
if bindings:
self.ext.macro_bindings_changed = True
for fullname, macro_bindings in bindings:
Expand Down

0 comments on commit d659527

Please sign in to comment.