Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: anton.denishchenko <anton.denishchenko@evernym.com>
  • Loading branch information
adenishchenko committed Feb 12, 2021
1 parent dfe641b commit f8ccba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/remove_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def warn(ledger_name, directories_path):
print('The follow directories will be deleted:')
print('The following directories will be deleted:')

for path in directories_path:
print(str(path))
Expand All @@ -31,7 +31,7 @@ def remove(ledger_name):
directories_path.append(path)

if not len(directories_path):
print('Doesn`t exist ledger: ' + ledger_name)
print('Ledger doesn`t exist: ' + ledger_name)

elif warn(ledger_name, directories_path):
for path in directories_path:
Expand Down

0 comments on commit f8ccba1

Please sign in to comment.