mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Fix previous commit
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Github:
|
||||
def get_method( self ):
|
||||
return self.__verb
|
||||
|
||||
def _rawRequest( self, verb, url, data = None ):
|
||||
def _dataRequest( self, verb, url, data = None ):
|
||||
assert( verb in [ "HEAD", "GET", "POST", "PATCH", "PUT", "DELETE" ] )
|
||||
|
||||
# print verb, url, data
|
||||
|
||||
+2
-2
@@ -15,6 +15,6 @@ echo
|
||||
|
||||
for f in $(find -name "*IntegrationTest.py")
|
||||
do
|
||||
# python $f
|
||||
python $f
|
||||
echo
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user