mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 16:23:50 +08:00
dragonpilot mod for 0.8.5-4
This commit is contained in:
@@ -76,7 +76,7 @@ if (origin is not None) and (branch is not None):
|
||||
# Log dirty files
|
||||
if dirty and comma_remote:
|
||||
try:
|
||||
dirty_files = run_cmd(["git", "diff-index", branch, "--"])
|
||||
dirty_files = ""#run_cmd(["git", "diff-index", branch, "--"])
|
||||
cloudlog.event("dirty comma branch", version=version, dirty=dirty, origin=origin, branch=branch,
|
||||
dirty_files=dirty_files, commit=commit, origin_commit=get_git_commit(branch))
|
||||
except subprocess.CalledProcessError:
|
||||
|
||||
Reference in New Issue
Block a user