We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ed15f commit e01dad1Copy full SHA for e01dad1
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", syspath)
36
- print(f"New config file created, edit config file at: {syspath}")
+ shutil.copyfile(f"{cwd}/config.yaml", path)
+ print(f"New config file created, edit config file at: {path}")
37
38
def load_config(path):
39
0 commit comments