[geneagrapher] 100/226: Fix indentations in DuplicateNodeError class.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository geneagrapher.

commit a3558a2eca182353bf6966ea7d71bde951858d96
Author: David Alber <alber.david at gmail.com>
Date:   Sun Dec 28 05:08:13 2008 +0000

    Fix indentations in DuplicateNodeError class.
---
 Geneagrapher/geneagrapher/GGraph.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geneagrapher/geneagrapher/GGraph.py b/Geneagrapher/geneagrapher/GGraph.py
index e5452d7..04218db 100644
--- a/Geneagrapher/geneagrapher/GGraph.py
+++ b/Geneagrapher/geneagrapher/GGraph.py
@@ -3,8 +3,8 @@
 class DuplicateNodeError(Exception):
     def __init__(self, value):
         self.value = value
-        def __str__(self):
-            return repr(self.value)
+    def __str__(self):
+        return repr(self.value)
 
 class Record:
     """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git



More information about the debian-science-commits mailing list