Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
use the available 'root' variable provided in r707 commit.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.fedorahosted.org/svn/suds/trunk@708 0b8c961e-115e-4cb0-8d11-a7d6dae58e8c
  • Loading branch information
jortel committed Jul 11, 2011
1 parent 7aab3e2 commit a47bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suds/sax/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def plain(self):
s.append(self.DECL)
root = self.root()
if root is not None:
s.append(self.root().plain())
s.append(root.plain())
return ''.join(s)

def __str__(self):
Expand Down

0 comments on commit a47bcdb

Please sign in to comment.