mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "problemMatcher": [
 | 
						|
        {
 | 
						|
            "owner": "python",
 | 
						|
            "pattern": [
 | 
						|
                {
 | 
						|
                    "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
 | 
						|
                    "file": 1,
 | 
						|
                    "line": 2
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
 | 
						|
                    "message": 2
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |