cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ import yaml
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
workdir, filename = os.path.split(os.path.abspath(__file__))
|
workdir, filename = os.path.split(os.path.abspath(__file__))
|
||||||
config_file = f"{workdir}{os.sep}config.yml"
|
config_file = os.path.join(workdir, 'config.yml')
|
||||||
|
|
||||||
|
|
||||||
def get_config():
|
def get_config():
|
||||||
|
|||||||
Reference in New Issue
Block a user