doc: Fix hello-world-fixed.py name in job-debug.
authorBrett Smith <brett@curoverse.com>
Tue, 11 Mar 2014 15:43:40 +0000 (11:43 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 11 Mar 2014 17:38:38 +0000 (13:38 -0400)
doc/user/topics/tutorial-job-debug.html.textile.liquid

index 14ceb9b779f9ccf51fb401876d6843988c391c56..0974e51697031449259f89221e4a0dc18e81658c 100644 (file)
@@ -71,7 +71,7 @@ bc. 2013-12-12_21:36:42 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 stderr hello world
 The script's output is captured in the log, which is useful for print statement debugging. However, although this script returned a status code of 0 (success), the job failed.  Why?  For a job to complete successfully scripts must explicitly add their output to Keep, and then tell Arvados about it.  Here is a second try:
 
 <notextile>
-<pre><code>~/<b>you</b>/crunch_scripts$ <span class="userinput">cat &gt;hello-world.py &lt;&lt;EOF
+<pre><code>~/<b>you</b>/crunch_scripts$ <span class="userinput">cat &gt;hello-world-fixed.py &lt;&lt;EOF
 #!/usr/bin/env python
 
 import arvados