jeffersonmourak / pyTerm

A terminal client for linux. powered with python.
MIT License
17 stars 3 forks source link

Close the file once read/write operation is complete and use os-path-join for paths #13

Closed usmanayubsh closed 8 years ago

usmanayubsh commented 8 years ago
  1. Use os.path.join for paths instead of string concatenation.
  2. Close the file once a read/write operation is complete.