mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
black reformatting
This commit is contained in:
parent
5b2327bd86
commit
2f5e2db8f7
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class EncryptedJournal(Journal):
|
|||
if not os.path.exists(filename):
|
||||
if not os.path.isdir(dirname):
|
||||
os.makedirs(dirname)
|
||||
print(f"[Directory {dirname} created]",file=sys.stderr)
|
||||
print(f"[Directory {dirname} created]", file=sys.stderr)
|
||||
self.create_file(filename)
|
||||
self.password = util.create_password(self.name)
|
||||
print(
|
||||
|
|
|
@ -78,7 +78,7 @@ class Journal:
|
|||
if not os.path.exists(filename):
|
||||
if not os.path.isdir(dirname):
|
||||
os.makedirs(dirname)
|
||||
print(f"[Directory {dirname} created]",file=sys.stderr)
|
||||
print(f"[Directory {dirname} created]", file=sys.stderr)
|
||||
self.create_file(filename)
|
||||
print(f"[Journal '{self.name}' created at {filename}]", file=sys.stderr)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue