Skip to content

Commit ce772a4

Browse files
authored
g.download.project: Fix string formatting error when download already exists
1 parent 64bff6a commit ce772a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/g.download.project/g.download.project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def main(options, unused_flags):
103103
if destination.exists():
104104
gs.fatal(
105105
_(
106-
"Project named <{}> already exists in <{directory}>, download canceled"
106+
"Project named <{name}> already exists in <{directory}>, download canceled"
107107
).format(name=name, directory=database)
108108
)
109109

0 commit comments

Comments
 (0)