Explorar el Código

Bugfix from previous commit.

tags/v0.3
Ben Kurtovic hace 9 años
padre
commit
3e238f1ad3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gitup/config.py

+ 1
- 1
gitup/config.py Ver fichero

@@ -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.")

Cargando…
Cancelar
Guardar