Skip to content
Snippets Groups Projects
Commit b9759e4a authored by rachelmoan's avatar rachelmoan
Browse files

fix path name in lib file

parent 697ee621
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class Library:
if __name__ == "__main__":
# test reading in a library
lib = Library("2x3_library")
lib = Library("guided_mrmp/database/2x3_library")
lib.read_library_from_file()
print(lib.get_size())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment