diff options
author | Steven Knight <knight@baldmt.com> | 2010-01-12 07:15:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-01-12 07:15:03 (GMT) |
commit | 5580a9f84b3cb845bf823f00b4ec465524022717 (patch) | |
tree | db455fb86ec5c50a964c731a8d6b4235ef84b7f8 /doc | |
parent | 712485a2fef16ee9b1850c7ed634e3d402706286 (diff) | |
download | SCons-5580a9f84b3cb845bf823f00b4ec465524022717.zip SCons-5580a9f84b3cb845bf823f00b4ec465524022717.tar.gz SCons-5580a9f84b3cb845bf823f00b4ec465524022717.tar.bz2 |
Updates for changes to SCons error messages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/factories.xml | 2 | ||||
-rw-r--r-- | 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 </screen> </section> 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 @@ <screen> % <userinput>scons -Q</userinput> - 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 </screen> |