Skip to content

Commit

Permalink
create the graphs directory like the others by default
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Feb 19, 2024
1 parent 18b3d01 commit 71a6936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_up_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p "$PWD/../ORION_storage"
export ORION_STORAGE="$PWD/../ORION_storage/"

#ORION_GRAPHS - a directory for storing knowledge graphs
#mkdir -p "$PWD/../ORION_graphs"
mkdir -p "$PWD/../ORION_graphs"
export ORION_GRAPHS="$PWD/../ORION_graphs/"

#ORION_LOGS - a directory for storing logs
Expand Down

0 comments on commit 71a6936

Please sign in to comment.