Skip to content

Commit

Permalink
added delim for CHR(31) for the network diary data files
Browse files Browse the repository at this point in the history
  • Loading branch information
acutesoftware committed Feb 15, 2017
1 parent 7c12615 commit 3123051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aikif/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def buildIndex(ipFile, ndxFile, append='Y', silent='N', useShortFileName='Y'):
except Exception as ex:
print('file already deleted - ignore' + str(ex))

delims = [',', '$', '&', '"', '%', '/', '\\', '.', ';', ':', '!', '?', '-', '_', ' ', '\n', '*', '\'', '(', ')', '[', ']', '{', '}']
delims = [',', chr(31), '', '$', '&', '"', '%', '/', '\\', '.', ';', ':', '!', '?', '-', '_', ' ', '\n', '*', '\'', '(', ')', '[', ']', '{', '}']
# 1st pass - index the ontologies, including 2 depths up (later - TODO)
#buildIndex(ipFile, ndxFile, ' ', 1, 'Y')

Expand Down

0 comments on commit 3123051

Please sign in to comment.