We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415112c commit d7d1915Copy full SHA for d7d1915
examples/configloader.py
@@ -32,8 +32,8 @@ def which_path():
32
33
def create_config(path):
34
cwd = os.getcwd()
35
- shutil.copyfile(f"{cwd}/config.yaml", path)
36
- print(f"New config file created, edit config file at: {path}")
+ shutil.copyfile(f"{cwd}/config.yaml", syspath)
+ print(f"New config file created, edit config file at: {syspath}")
37
38
def load_config(path):
39
syspath = which_path() + "/config.yaml"
0 commit comments