Skip to content
Snippets Groups Projects
Commit 48e40712 authored by TYLER CARAZA-HARTER's avatar TYLER CARAZA-HARTER
Browse files

fix relative path to csv

parent 0e09bfea
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ via gRPC: ...@@ -67,7 +67,7 @@ via gRPC:
``` ```
python3 -u server.py &> log.txt & python3 -u server.py &> log.txt &
python3 upload.py simple.csv python3 upload.py inputs/simple.csv
# should see "TODO" # should see "TODO"
``` ```
......
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