Bruno Chareyre:
> Hello, I have this compile error below with last revision.
>
> Question : what is the equivalent of "svn update -r1222" in bzr?
> I wanted to go back to the previous version but couldn't find a way...
>
bzr revert -r revno
> @@@ Using profile opt (scons.profile-opt) @@@
> AttributeError: 'list' object has no attribute 'split':
> File "/home/bruno/YADE/yade-bzr/SConstruct", line 166:
> env[k]=colonSplit(env[k])
> File "/home/bruno/YADE/yade-bzr/SConstruct", line 121:
> def colonSplit(x): return x.split(':')
Now in scons.profile-* should be
CPPPAHT="paht1:path2"
LIBPATH="paht1:path2"
etc.
instead
*PAHT=["paht1:path2"]
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp