nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

BF: env can print lines without "=" #149

Closed effigies closed 8 years ago

effigies commented 8 years ago

This prevents trying to create a key, value pair from a line that can't be split on = when reading output from env.

Closes #144.

agramfort commented 8 years ago

thx @effigies