20after4 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230917

Change subject: fix method naming missmatch
......................................................................

fix method naming missmatch

Change-Id: I56249ab687063c2422eb37e92a50cbad363d6058
---
M scap/utils.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/scap 
refs/changes/17/230917/1

diff --git a/scap/utils.py b/scap/utils.py
index d4ed209..5695e7c 100644
--- a/scap/utils.py
+++ b/scap/utils.py
@@ -323,7 +323,7 @@
             )
 
 
-def check_exists(path, message=False):
+def check_file_exists(path, message=False):
     if not os.path.isfile(path):
         raise IOError(
             errno.ENOENT,

-- 
To view, visit https://gerrit.wikimedia.org/r/230917
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56249ab687063c2422eb37e92a50cbad363d6058
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/scap
Gerrit-Branch: master
Gerrit-Owner: 20after4 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to