mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Fix Keyring tests
This commit is contained in:
parent
69fc08f6f3
commit
bdc9dc598d
3 changed files with 23 additions and 2 deletions
|
@ -21,6 +21,7 @@ import sys
|
|||
import logging
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
logging.getLogger("keyring.backend").setLevel(logging.ERROR)
|
||||
|
||||
|
||||
def parse_args(args=None):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue