Skip to content

Commit

Permalink
take a list
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdorma committed Sep 18, 2013
1 parent 094df1d commit b2ad4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import virtualbox
from virtualbox import library

config = funconf.Config('tests/test_vm.conf', 'test_vm.conf')
config = funconf.Config(['tests/test_vm.conf', 'test_vm.conf'])
username = config.machine.username
password = config.machine.password

Expand Down

0 comments on commit b2ad4ac

Please sign in to comment.