Skip to content

Commit 5b3f6e8

Browse files
committed
fix formatting issues
1 parent 986b336 commit 5b3f6e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/confParser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def findCertFile(path):
4242
return name
4343
return None
4444

45+
4546
def merge_defaults_and_args(defaults, args):
4647
'''merge default config parameters with input parameters from the command line'''
4748
brConfig = {}

tests/test_params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from nose.tools import with_setup
33

44

5-
def my_setup():
6-
global a,b,c
5+
def my_setup():
6+
global a, b, c
77
a = parse_defaults_from_config_file()
8-
b,c = parse_cmd_args([])
8+
b, c = parse_cmd_args([])
99

1010

1111
def test_case01():

0 commit comments

Comments
 (0)