NILC-ICMC-USP commited on
Commit
ac78309
·
verified ·
1 Parent(s): 5b73ca8

Update src/postproc/postprocess.py

Browse files
Files changed (1) hide show
  1. src/postproc/postprocess.py +1 -1
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] == "#"):