Bug 434945 - iscsiname.py missing '\n' character
Summary: iscsiname.py missing '\n' character
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pykickstart
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-26 14:04 UTC by James Laska
Modified: 2013-09-02 06:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-26 14:59:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Laska 2008-02-26 14:04:33 UTC
diff --git a/pykickstart/commands/iscsiname.py b/pykickstart/commands/iscsiname.py
index 00a14af..7c96b5a 100644
--- a/pykickstart/commands/iscsiname.py
+++ b/pykickstart/commands/iscsiname.py
@@ -34,7 +34,7 @@ class FC6_IscsiName(KickstartCommand):
 
     def __str__(self):
         if self.iscsiname != "":
-            return "iscsiname %s" % self.iscsiname
+            return "iscsiname %s\n" % self.iscsiname
         else:
             return ""

Comment 1 Chris Lumens 2008-02-26 14:59:29 UTC
Thanks, this will be included in the next build of pykickstart.


Note You need to log in before you can comment on or make changes to this bug.