Mercurial > repos > artbio > facturation_ibps
comparison requirements.txt @ 1:e93bf8bd0e93 draft default tip
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
author | artbio |
---|---|
date | Sat, 20 Jun 2020 20:14:26 -0400 |
parents | 27f2ef353554 |
children |
comparison
equal
deleted
inserted
replaced
0:27f2ef353554 | 1:e93bf8bd0e93 |
---|---|
1 openpyxl==2.5.9 | 1 diff --git a/lib/galaxy/util/checkers.py b/lib/galaxy/util/checkers.py |
2 pandas==0.23.4 | 2 index 3098d92..0058cff 100644 |
3 bs4==0.0.1 | 3 --- a/lib/galaxy/util/checkers.py |
4 m3-PIL==1.1.7 | 4 +++ b/lib/galaxy/util/checkers.py |
5 @@ -41,7 +41,7 @@ def check_html(file_path, chunk=None): | |
6 for line in temp: | |
7 line = util.unicodify(line) | |
8 lineno += 1 | |
9 - matches = regexp1.search(line) or regexp2.search(line) or regexp3.search(line) or regexp4.search(line) or regexp5.searc | |
10 h(line) | |
11 + matches = False | |
12 if matches: | |
13 if chunk is None: | |
14 temp.close() | |
5 | 15 |