yyccnn
Results
1
comments of
yyccnn
Thanks @philgooch For potential readers passing by, I was able to correct the `sys.path.insert` and `Dev.` issues with the following one-liner: `find . -type f -exec sed -i 's+/Users/edcollins/Documents/CS/4thYearProject/Code+/path/to/current/working/directory+g' {}...