Skip to content

Commit 25927ae

Browse files
author
Pedro Bernardo
committed
Small change to regex on commons/Utils.py | Removed commons/Utils.scala
1 parent f637b18 commit 25927ae

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

commons/Utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import re
22

33
class Utils():
4-
5-
COMMA_DELIMITER = re.compile(''',(?=(?:[^'"]|'[^']*'|"[^"]*")*$)''')
4+
5+
COMMA_DELIMITER = re.compile(''',(?=(?:[^"]*"[^"]*")*[^"]*$)''')

commons/Utils.scala

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)