##// END OF EJS Templates
expand line in cell magics...
MinRK -
Show More
@@ -2112,7 +2112,7 b' class InteractiveShell(SingletonConfigurable):'
2112 stack_depth = 2
2112 stack_depth = 2
2113 magic_arg_s = self.var_expand(line, stack_depth)
2113 magic_arg_s = self.var_expand(line, stack_depth)
2114 with self.builtin_trap:
2114 with self.builtin_trap:
2115 result = fn(line, cell)
2115 result = fn(magic_arg_s, cell)
2116 return result
2116 return result
2117
2117
2118 def find_line_magic(self, magic_name):
2118 def find_line_magic(self, magic_name):
General Comments 0
You need to be logged in to leave comments. Login now