gslab-econ / gslab_python

Python tools for GSLab
MIT License
13 stars 11 forks source link

Pull request for #147: Logging breaks if a folder has space in its name #149

Closed arosenbe closed 6 years ago

arosenbe commented 6 years ago

Thanks @stanfordquan! Can you review my work from #147. The issue was that spaces in the log file weren't correctly formatted for execution on the shell. I fixed this by wrapping the log file in quotes.

This also required a small change in how we find the log file for time-stamping.

qlquanle commented 6 years ago

See discussion in #148