[rhinstaller/anaconda/pulls/214 master] Added package logging to anaconda.log.

bcl installerbot-noreply at redhat.com
Thu Jul 23 23:44:37 UTC 2015


> @@ -49,8 +50,11 @@ def progress_report(message):
>      yield
>      progress_step(message)
>  
> -def progress_message(message):
> -    progressQ.send_message(message)
> +def progress_message(message, xlate=True):

Check the use of this in pyanaconda/install.py (I'm not totally sure but I think xlate=False is needed for that call) and in pyanaconda/ui/lib/entropy.py where it already passes in a translated message.

There are also a number of calls to progress_report passing in translated strings so maybe progress_report should also set xlate=False.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/214#discussion_r35384375


More information about the anaconda-patches mailing list