G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Updated Code Styling #20

Closed mrinalwahal closed 5 years ago

mrinalwahal commented 5 years ago
  1. os.system calls are removed from everywhere.
  2. os.path.join is being used wherever I can.
  3. pep8 is installed and is being adhered to.
  4. Multi-line commented code is removed. Except print statements which are required for debugging during dev. I'll remove them in production.

All (/most) of the above are as requested in #18

achilleas-k commented 5 years ago

Could you rebase this PR off the current gin-proc/master? It seems it includes a lot of commits that were already merged in #14.