Skip to content

Commit

Permalink
support non local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 committed Sep 13, 2024
1 parent f082f89 commit e87cbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe2loaddata/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def headless(
"--index-directory",
default=os.path.curdir,
help=index_directory_help,
type=click.Path(exists=True),
type=click.Path(exists=False),
)
@click.option(
"--index-file", help=index_file_help, type=click.Path(exists=True, dir_okay=False)
Expand Down

0 comments on commit e87cbb7

Please sign in to comment.