Oops, forgot to assign the option to the param context.
--HG-- extra : convert_revision : 022c3efaa3ade3fca3dfe554ececa4eeb396dc9c
This commit is contained in:
parent
cada047319
commit
51c8eab7b3
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ def main():
|
|||
# set tracing options
|
||||
objects.Trace.flags = options.trace_flags
|
||||
objects.Trace.start = options.trace_start
|
||||
objects.Trace.cycle = options.trace_cycle
|
||||
objects.Trace.file = options.trace_file
|
||||
objects.Trace.bufsize = options.trace_circlebuf
|
||||
objects.Trace.dump_on_exit = options.trace_dumponexit
|
||||
|
|
Loading…
Reference in a new issue