Skip to content

Commit dc50e34

Browse files
committed
test: fix mising / in directory spec.
1 parent 0f72704 commit dc50e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def testConfigSave(self):
224224

225225
self.startdir = os.getcwd()
226226

227-
self.dirname = os.getcwd() + '_test_config'
227+
self.dirname = os.getcwd() + '/_test_config'
228228
os.mkdir(self.dirname)
229229

230230
try:

0 commit comments

Comments
 (0)