mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-27 21:16:50 +03:00
Fix default git_ver (#6044)
This commit is contained in:
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user