1
0

getting rid of more unnecessary print_errors()

This commit is contained in:
Jimbo77
2012-08-19 18:19:59 -07:00
parent 89109541bd
commit 1429ef71e1
2 changed files with 5 additions and 7 deletions

View File

@@ -351,7 +351,7 @@ class Wallet:
self.interface.poke()
def set_path(self, wallet_path):
'''Set the path of the wallet.'''
"""Set the path of the wallet."""
if wallet_path is not None:
self.path = wallet_path
else: