abessifi / pyatta

A python REST API to configure and manage vyatta/vyos router.
GNU General Public License v3.0
20 stars 14 forks source link

improvement #4

Closed mootezbessifi closed 10 years ago

mootezbessifi commented 10 years ago

add a simple 'try except' block to execformat module at subprocess.Popen() instruction and even to setup_config_session() ,to test if config session was set up before or not. moreover, it helps in api implementation by avoiding writing tests, about which carry on.

abessifi commented 10 years ago

Issue fixed.