[gtk-mac-bundler: 1/4] Fix warning text
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-bundler: 1/4] Fix warning text
- Date: Thu, 9 Jan 2020 20:27:36 +0000 (UTC)
commit be710a35771f52c92700b22278a282850ecd65e8
Author: Stefan Weil <sw weilnetz de>
Date: Thu Dec 26 21:54:59 2019 +0100
Fix warning text
Signed-off-by: Stefan Weil <sw weilnetz de>
bundler/project.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bundler/project.py b/bundler/project.py
index fd7dea5..7c6e120 100644
--- a/bundler/project.py
+++ b/bundler/project.py
@@ -102,7 +102,7 @@ class Path(object):
if e.errno == errno.ENOENT:
print("Warning, source file missing: " + source)
elif e.errno in (errno.EEXIST, errno.EACCES):
- print("Warning, path already exits: " + dest)
+ print("Warning, path already exists: " + dest)
else:
raise EnvironmentError("Error %s when copying file: %s"
% (str(e), source))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]