sk2 / ank_legacy_v2

Legacy edition of autonetkit. Please see https://github.com/sk2/autonetkit for latest version
www.autonetkit.org
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Fix266 #270

Closed iainwp closed 12 years ago

iainwp commented 12 years ago

fixes tempalted files appearing in the wrong place see issue 266

sk2 commented 12 years ago

Probably better to catch the specific exception, eg

try:
   #code
except KeyError:
   # code

But this is fine for now, and only wraps the one line of code.