update padding around default limit

This commit is contained in:
OBITORASU 2021-06-08 21:57:16 +05:30
parent 5c73594153
commit e22799bd8e
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ class InstallCommand(RequirementCommand):
message = create_os_error_message(
error, show_traceback, options.use_user_site,
)
if WINDOWS and len(error) >= 280:
if WINDOWS and len(error) >= 270:
logger.warning(
'The following error can potentially be caused '
'because Long Paths is disabled on your system. '