Skip to content

Commit

Permalink
part 06: small corrections to the statement of ex 6.a
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Aug 30, 2017
1 parent ecfc6b5 commit 8da2301
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/programmers/tutorials/workflows/part06.tex
Expand Up @@ -336,14 +336,11 @@ \part{Post-processing}

In the \texttt{colorize.py} script from Exercise 4.A, modify the
\texttt{ColorizeApp} application to move the output picture file
into directory \texttt{/home/ubuntu/pictures}. You might need to
store the output file name to have it available when the
application has terminated running.
into directory \texttt{/home/ubuntu/pictures}.

\+
(You might want to check out
\url{http://stackoverflow.com/a/8858026/459543} if you're unsure
how to move/rename a file with Python.)
\+ {\small (You might want to check out
\url{http://stackoverflow.com/a/8858026/459543} if you're unsure
how to move/rename a file with Python.)}
\end{exercise*}
\end{frame}

Expand Down

0 comments on commit 8da2301

Please sign in to comment.