Skip to content

python: Multiple improvements to Python scripts

Eduardo Almeida requested to merge edalm/ns-3-dev:python-improvements into master

Multiple improvements to Python scripts detected by Pylint, namely:

  • Explicitly set the encoding when opening files.
  • Open files with with.
Edited by Eduardo Almeida

Merge request reports