vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Fixes #56 TypeError: Path must be a string #57

Open BrunoMacias opened 8 years ago

BrunoMacias commented 8 years ago

proj_path.path is one .path too many

fixes #56

msmakhlouf commented 8 years ago

it did not fix it for me, it suggests path should be a string, I tried to to do the following quick & dirty: config_file = path.join(""+proj_root, 'tokamak.toml')