Skip to content

Commit

Permalink
Fix naming for issue176 test file outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Nov 22, 2020
1 parent 42007e9 commit e679e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test/test_solver/test_issue176.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def do_solve(self, solver_name, solver_index):
print 'total time:', e - s

# save the output
path = self.get_data_path('solver_testIssue176_%s_after.ma' % solver_name)
path = self.get_data_path('solver_test_issue176_%s_after.ma' % solver_name)
maya.cmds.file(rename=path)
maya.cmds.file(save=True, type='mayaAscii', force=True)

Expand Down

0 comments on commit e679e7d

Please sign in to comment.