Skip to content
Snippets Groups Projects
Commit b48534f3 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

remove space

parent d209427b
No related branches found
No related tags found
1 merge request!181Feat/boolarg convert to false
......@@ -758,7 +758,7 @@ def run():
RuntimeWarning)
else:
df = {}
exec (func, df)
exec(func, df)
f = df[con_func]
import inspect
sig = inspect.signature(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment