edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

fix error parsing value from file with equals #86

Closed rezib closed 7 years ago

rezib commented 7 years ago

When the value searched by value_from_file() contains an equal sign, it just returns the value before this equals sign. This commit fixes this by joining all parts of previous the split except the key.

rezib commented 7 years ago

Feel free to remove the temporary remote branch once merged.

ana commented 7 years ago

Merged!