yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02582
[Branch ~yade-dev/yade/trunk] Rev 1873: Very trivial fix in utils.py
------------------------------------------------------------
revno: 1873
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
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(':')