From 2aab1e6b9efe7e91cfd21171775400b97ef43793 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 12 Jan 2010 07:15:03 +0000 Subject: [PATCH] Updates for changes to SCons error messages. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4612 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 64242075..f6ea89d3 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 f6dec574..7d2bf237 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 -- 2.26.2