Skip to content

Commit

Permalink
point at index
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzermann17 committed Jun 16, 2015
1 parent ed0216b commit f682731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read_member_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
source_line = re.compile(r"^\s*([^ \t\n\r\f\v%]+)\s*([^ \t\n\r\f\v]+)\s*?$")

def read_member_index():
with open("index.txt", "r") as f:
with open("BibProject/index.txt", "r") as f:
location_list = []
# bibdata part [optional]
filestring = f.read()
Expand Down

0 comments on commit f682731

Please sign in to comment.