Project

General

Profile

Actions

Bug #8503

closed

FutureWarning: split() requires a non-empty pattern match

Added by Evgeny Novikov over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Urgent
Category:
* Build commands extracting
Target version:
Start date:
10/16/2017
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

I noticed the following warning that happens likely during processing object symbols:

2017-10-16 12:37:13 (utils.py:267) LKBCE WARNING> "make" outputted to STDERR:
/home/novikov/.pyenv/versions/3.6.1/lib/python3.6/re.py:212: FutureWarning: split() requires a non-empty pattern match.
  return _compile(pattern, flags).split(string, maxsplit)

It can become a fatal error in near future.

Actions #1

Updated by Alexey Polushkin over 6 years ago

  • Status changed from New to Resolved

Resolved in 'fix_split_warning' branch

Actions #2

Updated by Evgeny Novikov over 6 years ago

  • Status changed from Resolved to Closed

It helps, so I merged the branch to master in 526a9aeb.

Actions

Also available in: Atom PDF