Spaces:
Running
Running
Update src/postproc/postprocess.py
Browse files
src/postproc/postprocess.py
CHANGED
|
@@ -82,7 +82,7 @@ def parseOptions(arguments):
|
|
| 82 |
### Function - read usual abbreviations
|
| 83 |
#################################################
|
| 84 |
def getUsualAbbr():
|
| 85 |
-
infile = open("usAbbr.tsv", "r")
|
| 86 |
abbr = []
|
| 87 |
for line in infile:
|
| 88 |
if (line[0] == "#"):
|
|
|
|
| 82 |
### Function - read usual abbreviations
|
| 83 |
#################################################
|
| 84 |
def getUsualAbbr():
|
| 85 |
+
infile = open("./src/postproc/usAbbr.tsv", "r")
|
| 86 |
abbr = []
|
| 87 |
for line in infile:
|
| 88 |
if (line[0] == "#"):
|