Skip to content

Commit 3eab027

Browse files
author
Jonathan Lutterbeck
committed
Try to fix github action error
Changed file name for config file.
1 parent e01dad1 commit 3eab027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/configloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def which_path():
3232

3333
def create_config(path):
3434
cwd = os.getcwd()
35-
shutil.copyfile(f"{cwd}/config.yaml", path)
35+
shutil.copyfile(f"{cwd}/example-config.yaml", path)
3636
print(f"New config file created, edit config file at: {path}")
3737

3838
def load_config(path):

0 commit comments

Comments
 (0)