nMustaki / debinterface

A simple Python library for dealing with the /etc/network/interfaces file in most Debian based distributions.
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

source wildcard supports fail #45

Closed ObjatieGroba closed 3 years ago

ObjatieGroba commented 3 years ago

FileNotFoundError: [Errno 2] no such file or directory: '/etc/network/interfaces.d/*'

/etc/network/interfaces contains:

source /etc/network/interfaces.d/*

And no files at directory

ObjatieGroba commented 3 years ago

Fixed