From 5580a9f84b3cb845bf823f00b4ec465524022717 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 12 Jan 2010 07:15:03 +0000 Subject: Updates for changes to SCons error messages. --- doc/user/factories.xml | 2 +- doc/user/misc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/factories.xml b/doc/user/factories.xml index 6424207..f6ea89d 100644 --- a/doc/user/factories.xml +++ b/doc/user/factories.xml @@ -344,7 +344,7 @@ Copy("tempdir/file.in", "file.in") process tempdir Move("file.out", "tempdir/output_file") - scons: *** [file.out] No such file or directory + scons: *** [file.out] tempdir/output_file: No such file or directory diff --git a/doc/user/misc.xml b/doc/user/misc.xml index f6dec57..7d2bf23 100644 --- a/doc/user/misc.xml +++ b/doc/user/misc.xml @@ -473,7 +473,7 @@ % scons -Q - AttributeError: NodeList instance has no attribute 'abspath': + AttributeError: 'NodeList' object has no attribute 'abspath': File "/home/my/project/SConstruct", line 8: print object_file.abspath -- cgit v0.12