jenkins-bot has submitted this change and it was merged.

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


fix method naming missmatch

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

Approvals:
  20after4: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I56249ab687063c2422eb37e92a50cbad363d6058
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/scap
Gerrit-Branch: master
Gerrit-Owner: 20after4 <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to