Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 298d43469a |
@@ -8,7 +8,7 @@ from frappy.errors import ConfigError
|
|||||||
class Rack:
|
class Rack:
|
||||||
configbase = Path('/home/l_samenv/.config/frappy_instruments')
|
configbase = Path('/home/l_samenv/.config/frappy_instruments')
|
||||||
|
|
||||||
def __init__(self, modfactory, **kwds):
|
def __init__(self, modfactory):
|
||||||
self.modfactory = modfactory
|
self.modfactory = modfactory
|
||||||
instpath = self.configbase / os.environ['Instrument']
|
instpath = self.configbase / os.environ['Instrument']
|
||||||
sections = {}
|
sections = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user