------------------------------------------------------------
revno: 1873
committer: Anton Gladky <[email protected]>
branch nick: trunk
timestamp: Wed 2009-12-09 10:24:52 +0100
message:
  Very trivial fix in utils.py
modified:
  py/utils.py


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

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to 
https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'py/utils.py'
--- py/utils.py	2009-12-08 13:45:43 +0000
+++ py/utils.py	2009-12-09 09:24:52 +0000
@@ -537,7 +537,7 @@
 	import os, __builtin__,re
 	if not tableFileLine and not os.environ.has_key('PARAM_TABLE'):
 		if not noTableOk: raise EnvironmentError("PARAM_TABLE is not defined in the environment")
-		o.tags['line']='l!'
+		O.tags['line']='l!'
 	else:
 		if not tableFileLine: tableFileLine=os.environ['PARAM_TABLE']
 		env=tableFileLine.split(':')

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to