Skip to content

Commit 2641b0a

Browse files
committed
fix formatting issues
1 parent 8bac63a commit 2641b0a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

source/confParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def readConfigFile(self, fileName):
124124
options[sect][name] = value
125125
except Exception as e:
126126
print(f"cannot read config file {fileName} Exception {e}")
127-
else:
127+
else:
128128
print(f"cannot find config file {fileName} in {dirname}")
129129
return options
130130

tests/test_configManager.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
from source.confParser import ConfigManager, Singleton
2-
from nose.tools import with_setup
3-
4-
5-
def my_setup():
6-
global a
7-
a = 1
1+
from source.confParser import ConfigManager
82

93

104
def test_case01():

0 commit comments

Comments
 (0)