← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3799: Fix typo in check-script.

 

------------------------------------------------------------
revno: 3799
committer: Anton Gladky <gladk@xxxxxxxxxx>
timestamp: Mon 2016-02-29 23:25:10 +0100
message:
  Fix typo in check-script.
modified:
  scripts/checks-and-tests/checks/checkLiquidMigration.py


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'scripts/checks-and-tests/checks/checkLiquidMigration.py'
--- scripts/checks-and-tests/checks/checkLiquidMigration.py	2014-11-17 14:29:29 +0000
+++ scripts/checks-and-tests/checks/checkLiquidMigration.py	2016-02-29 22:25:10 +0000
@@ -100,5 +100,5 @@
       (abs((O.bodies[id2].state.Vf - 0.041)/0.041) > tolerance)):
     resultStatus += 1
 else:
-  print "This checkLiquidMigration.py cannot be executed because LIQMIGRATION is disables"
+  print "This checkLiquidMigration.py cannot be executed because LIQMIGRATION is disabled"