[PATCH 6/7] Fix a typo in one of the new progress convenience functions.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/progress.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/progress.py b/pyanaconda/progress.py
index 59a3594..fb49269 100644
--- a/pyanaconda/progress.py
+++ b/pyanaconda/progress.py
@@ -49,7 +49,7 @@ def send_init(n_steps):
 def send_step():
     progressQ.put((PROGRESS_CODE_STEP, []))
 
-def send_message(msg):
+def send_message(message):
     progressQ.put((PROGRESS_CODE_MESSAGE, [message]))
 
 def send_complete():
-- 
1.7.7.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux