mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Typo fix (to large -> too large) (#932)
This commit is contained in:
parent
4ebe714165
commit
7701d47b44
@ -948,7 +948,7 @@ class ScriptInfo(object):
|
|||||||
# make sure diff is not too big:
|
# make sure diff is not too big:
|
||||||
if len(diff) > cls.max_diff_size_bytes:
|
if len(diff) > cls.max_diff_size_bytes:
|
||||||
messages.append(
|
messages.append(
|
||||||
"======> WARNING! Git diff to large to store "
|
"======> WARNING! Git diff too large to store "
|
||||||
"({}kb), skipping uncommitted changes <======".format(len(diff)//1024))
|
"({}kb), skipping uncommitted changes <======".format(len(diff)//1024))
|
||||||
auxiliary_git_diff = diff
|
auxiliary_git_diff = diff
|
||||||
diff = '# WARNING! git diff too large to store, clear this section to execute without it.\n' \
|
diff = '# WARNING! git diff too large to store, clear this section to execute without it.\n' \
|
||||||
|
Loading…
Reference in New Issue
Block a user