mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix missing comma in error message
This commit is contained in:
parent
d9046727e5
commit
4cefec9333
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ def main():
|
|||
if os.path.exists(signed_apk_path):
|
||||
raise BuildException(
|
||||
_(
|
||||
"Refusing to sign '{path}' file exists in both {dir1} and {dir2} folder."
|
||||
"Refusing to sign '{path}', file exists in both {dir1} and {dir2} folder."
|
||||
).format(path=apkfilename, dir1=unsigned_dir, dir2=output_dir)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue