From: Marius Mauch Date: Sun, 21 Oct 2007 10:36:17 +0000 (-0000) Subject: fix comment X-Git-Tag: v2.2_pre1~569 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=afc611dfaa4060cabe7666c2398bfc71eeb196a7;p=portage.git fix comment svn path=/main/trunk/; revision=8204 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 539b5740b..137e4ac7d 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -6779,7 +6779,7 @@ def emerge_main(): display_news_notification(trees) retval = action_build(settings, trees, mtimedb, myopts, myaction, myfiles, spinner) - # if --pretend was enabled then display_news_notification + # if --pretend was not enabled then display_news_notification # was already called by post_emerge if "--pretend" in myopts: display_news_notification(trees)