Skip to content

Commit

Permalink
Merge pull request #63 from ant1/init-t
Browse files Browse the repository at this point in the history
Initialize module when using single_module.py -t
  • Loading branch information
gaelmuller committed Jan 25, 2019
2 parents 3ca1108 + d90d60e commit c23b433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/single_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def test_mode_module(name, interactive):

if args.test:
module = test_mode_module(args.module, args.interactive)
module.initialize()
else:
try:
fame_init()
Expand Down

0 comments on commit c23b433

Please sign in to comment.