Compare commits
	
		
			1 Commits
		
	
	
		
			d6b65ae371
			...
			list
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f3261455c4 | 
@@ -169,7 +169,7 @@ class RequestParser(object):
 | 
			
		||||
                    action=reqarg.get('action', None),
 | 
			
		||||
                    choices=reqarg.get('choices', ()),
 | 
			
		||||
                    help=reqarg.get('helptext', None),
 | 
			
		||||
                    location='args'
 | 
			
		||||
                    location=['args','form']
 | 
			
		||||
                )
 | 
			
		||||
            reqargs = parser.parse_args()
 | 
			
		||||
            kwargs['reqargs'] = reqargs
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user