Skip to content

Commit

Permalink
REmoved print statements in database manager and kept changes in pyte…
Browse files Browse the repository at this point in the history
…st.yml #1914
  • Loading branch information
sundareswarpullela committed May 31, 2023
1 parent e035821 commit 1867e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ARAX/ARAXQuery/ARAX_database_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
pathlist = os.path.realpath(__file__).split(os.path.sep)
RTXindex = pathlist.index("RTX")
sys.path.append(os.path.sep.join([*pathlist[:(RTXindex + 1)], 'code']))
print(os.path.sep.join([*pathlist[:(RTXindex + 1)], 'code']))
print(sys.path)
from RTXConfiguration import RTXConfiguration

knowledge_sources_filepath = os.path.sep.join([*pathlist[:(RTXindex + 1)], 'code', 'ARAX', 'KnowledgeSources'])
Expand Down

0 comments on commit 1867e70

Please sign in to comment.