Parcourir la source

Bugfix from previous commit.

tags/v0.3
Ben Kurtovic il y a 9 ans
Parent
révision
3e238f1ad3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      gitup/config.py

+ 1
- 1
gitup/config.py Voir le fichier

@@ -123,7 +123,7 @@ def list_bookmarks():
bookmarks = get_bookmarks()
if bookmarks:
print(YELLOW + "Current bookmarks:")
for bookmark_path, _ in bookmarks:
for bookmark_path in bookmarks:
print(INDENT1, bookmark_path)
else:
print("You have no bookmarks to display.")

Chargement…
Annuler
Enregistrer