Code review comment for lp:~joetalbott/utah/parser_update

Revision history for this message
Javier Collado (javier.collado) wrote :

Looks fine to me.

I've seen http support has been added to download a remote file. Note that you
can use utah.url.url_argument to add support for launchpad url's as well:

from utah.url import url_argument

# bzr export log_file_url
log_file = url_argument(log_file_url)

review: Approve

« Back to merge proposal