mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-27 05:56:11 +03:00 
			
		
		
		
	Fix default git_ver (#6044)
This commit is contained in:
		
				
					committed by
					
						 david gauchard
						david gauchard
					
				
			
			
				
	
			
			
			
						parent
						
							e071033c3c
						
					
				
				
					commit
					95fd7b55e4
				
			| @@ -22,7 +22,7 @@ import os | |||||||
| import subprocess | import subprocess | ||||||
|  |  | ||||||
|  |  | ||||||
| def generate(path, platform_path, git_ver="0xffffffff", git_desc="unspecified"): | def generate(path, platform_path, git_ver="ffffffff", git_desc="unspecified"): | ||||||
|     def git(*args): |     def git(*args): | ||||||
|         cmd = ["git", "-C", platform_path] |         cmd = ["git", "-C", platform_path] | ||||||
|         cmd.extend(args) |         cmd.extend(args) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user