yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02343
Re: bug in SConstruct?
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"]
Follow ups
References