Skip to content

Commit

Permalink
Fixed underscore for Jenkins gettext error
Browse files Browse the repository at this point in the history
Removed underscore on "PROGRESS_RETRY" to prevent errors on Jenkins

Related rhbz#1255094

Signed-off-by: Karel Valek <kvalek@redhat.com>
  • Loading branch information
Karel Valek committed Jun 1, 2016
1 parent 1f77cb6 commit ad3b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/packaging/yumpayload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ def install(self):
progress_map = {
"PROGRESS_PREP" : _("Preparing transaction from installation source"),
"PROGRESS_INSTALL" : _("Installing"),
"PROGRESS_RETRY" : _(""),
"PROGRESS_RETRY" : "",
"PROGRESS_POST" : _("Performing post-installation setup tasks")
}

Expand Down

0 comments on commit ad3b623

Please sign in to comment.