diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index 1f131ba..a825b5a 100644 --- a/IPython/core/magics/execution.py +++ b/IPython/core/magics/execution.py @@ -198,6 +198,7 @@ python-profiler package from non-free.""") """ + # Fill default values for unspecified options: opts.merge(Struct(D=[''], l=[], s=['time'], T=[''])) prof = profile.Profile()