Skip to content

Commit

Permalink
fix string call in BaseInformationPartition
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoplectic committed Sep 26, 2017
1 parent 7ebc783 commit 0f35f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dit/profiles/information_partitions.py
Expand Up @@ -192,7 +192,7 @@ def __repr__(self):
Represent using the str().
"""
if ditParams['repr.print']:
return self.string()
return self.to_string()

def __str__(self):
"""
Expand Down

0 comments on commit 0f35f4d

Please sign in to comment.