Skip to content

Commit 2408d40

Browse files
Gareth Aneurin TribelloGareth Aneurin Tribello
authored andcommitted
Fixed bug in last commit
1 parent 41be3d8 commit 2408d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def testSimple(self) :
2121
keydict = getPlumedSyntax( ("plumed",) )
2222

2323
# Setup a plumed formatter
24-
f = PlumedFormatter( keyword_dict=keydict, input_name="testout", hasload=False, broken=False, actions=set({}), valuedict=dict({}), auxinputs=[], auxinputlines=[], , actions=actions, checkaction="" )
24+
f = PlumedFormatter( keyword_dict=keydict, input_name="testout", hasload=False, broken=False, actions=set({}), valuedict=dict({}), auxinputs=[], auxinputlines=[], actions=actions, checkaction="" )
2525

2626
# Now run over all the inputs in the json
2727
for item in tests["regtests"] :

0 commit comments

Comments
 (0)