issues
search
meyresearch
/
metalloenzymes
2
stars
0
forks
source link
TODO: file paths
#11
Open
jasmin-guven
opened
1 year ago
jasmin-guven
commented
1 year ago
[ ] File paths are created as
thing + "/" + another
should be replaced with
os.join()
thing + "/" + another
should be replaced withos.join()