diff options
| author | QMK Bot <hello@qmk.fm> | 2021-03-09 21:37:12 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-03-09 21:37:12 +0000 |
| commit | 25ec655162f6f02dce142fd328530c368d824392 (patch) | |
| tree | 7c286e9b402bf93cc4a1e7c4cac02bf8839a3231 | |
| parent | 44969832335f79cd3c77cbb90a1067eca6ccfed3 (diff) | |
| parent | aed8bace97646af7e90e3a46f48aa3a83784df17 (diff) | |
| download | qmk_firmware-25ec655162f6f02dce142fd328530c368d824392.tar.gz qmk_firmware-25ec655162f6f02dce142fd328530c368d824392.zip | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | lib/python/qmk/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/commands.py b/lib/python/qmk/commands.py index 233d1034b..ac9837695 100644 --- a/lib/python/qmk/commands.py +++ b/lib/python/qmk/commands.py | |||
| @@ -77,7 +77,7 @@ def get_git_version(repo_dir='.', check_dir='.'): | |||
| 77 | return git_describe.stdout.strip() | 77 | return git_describe.stdout.strip() |
| 78 | 78 | ||
| 79 | else: | 79 | else: |
| 80 | cli.args.warn(f'"{" ".join(git_describe_cmd)}" returned error code {git_describe.returncode}') | 80 | cli.log.warn(f'"{" ".join(git_describe_cmd)}" returned error code {git_describe.returncode}') |
| 81 | print(git_describe.stderr) | 81 | print(git_describe.stderr) |
| 82 | return strftime(time_fmt) | 82 | return strftime(time_fmt) |
| 83 | 83 | ||
