Skip to content

Commit

Permalink
Comment on "opts.merge" in _run_with_profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Mar 24, 2013
1 parent 96c3c20 commit b224345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/core/magics/execution.py
Expand Up @@ -198,6 +198,7 @@ def _run_with_profiler(self, code, opts, namespace):
"""

# Fill default values for unspecified options:
opts.merge(Struct(D=[''], l=[], s=['time'], T=['']))

prof = profile.Profile()
Expand Down

0 comments on commit b224345

Please sign in to comment.