Bug 2518 - Suppressing the list of modules built while running python programs
Suppressing the list of modules built while running python programs
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
PC Linux
: P5 enhancement
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-09 12:56 UTC by adadeepak8
Modified: 2017-01-24 20:43 UTC (History)
2 users (show)

See Also:


Attachments
Patch to suppress the list of modules built while running python programs (477 bytes, patch)
2016-10-09 12:56 UTC, adadeepak8
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adadeepak8 2016-10-09 12:56:40 UTC
Created attachment 2608 [details]
Patch to suppress the list of modules built while running python programs

When we run python programs, the list of modules built gets printed, before printing the actual output of the program on the console.
Comment 1 Tom Henderson 2017-01-24 20:43:48 UTC
pushed in changeset 12564:f0e46b2c62df; thanks!