Fix Keyring tests

This commit is contained in:
Manuel Ebert 2016-08-19 21:43:27 +00:00
parent 69fc08f6f3
commit bdc9dc598d
3 changed files with 23 additions and 2 deletions

View file

@ -21,6 +21,7 @@ import sys
import logging
log = logging.getLogger(__name__)
logging.getLogger("keyring.backend").setLevel(logging.ERROR)
def parse_args(args=None):

View file

@ -29,7 +29,6 @@ class Exporter(object):
def export_journal(self, journal):
"""Returns a unicode representation of an entire journal."""
print("EXPORTING")
return self.template.render_block("journal", **self._get_vars(journal))
def write_file(self, journal, path):