mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[OE-Drucken] Fixed duplicate name
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -21,8 +21,8 @@ class Config:
|
||||
|
||||
def load_json_file(self):
|
||||
"""
|
||||
Loads the JSON config file
|
||||
:type self: oeprint.config.Config
|
||||
Loads the JSON configuration file
|
||||
:type self: config.Config
|
||||
:rtype : object
|
||||
"""
|
||||
file = open(self.config_file, 'r', encoding='utf-8')
|
||||
|
||||
Reference in New Issue
Block a user