chishui / terminal-leetcode

Terminal-Leetcode is a terminal based leetcode website viewer.
MIT License
256 stars 27 forks source link

Can't edit Leetcode files. #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

When I press 'e' to edit or 'n' to create new file- program quits with following stacktrace:

screen shot 2017-05-18 at 2 54 10 pm
chishui commented 7 years ago

It's a bug, I'll fix it later. Try add path of your directory where you want to save your code to in config.cfg, then I think you should workaround this bug. Thanks~

ghost commented 7 years ago

Thanks! Adding: path=~/leetcode to ~/config/leetcode/config.csg worked.