Skip to content

Commit

Permalink
fix(cli): Correct the duplicate function name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 1, 2021
1 parent 2f98c22 commit 7ebbf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ladybug/cli/setconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def ladybug_tools_folder(folder_path):
@set_config.command('default-epw-folder')
@click.argument('folder-path', required=False, type=click.Path(
exists=True, file_okay=False, dir_okay=True, resolve_path=True))
def ladybug_tools_folder(folder_path):
def default_epw_folder(folder_path):
"""Set the default-epw-folder configuration variable.
\b
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ladybug-geometry==1.23.4
ladybug-geometry==1.23.5
click==7.1.2

0 comments on commit 7ebbf8c

Please sign in to comment.