Skip to content

Commit

Permalink
[#560] Return True, instead of printing it
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Mar 6, 2013
1 parent bcfc67f commit 9dd37f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/plugin.py
Expand Up @@ -123,7 +123,7 @@ def _is_read_only_database(self):
return False
finally:
trans.rollback()
print True
return True

def _check_separate_db(self):
'''
Expand Down

0 comments on commit 9dd37f0

Please sign in to comment.