Skip to content

Commit

Permalink
Revert debug-oriented change
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jan 27, 2023
1 parent 36217ff commit 2972ebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ def parameter_combination_range():

@pytest.fixture(scope='function')
def manager(ns_3_compiled, config):
manager = CampaignManager.new(ns_3_compiled, config['script'],
return CampaignManager.new(ns_3_compiled, config['script'],
config['campaign_dir'])
return manager


def get_and_compile_ns_3():
Expand Down

0 comments on commit 2972ebf

Please sign in to comment.