Skip to content

Commit

Permalink
GGPK path takes directory rather then the ggpk file
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaK2 committed Oct 3, 2020
1 parent 1a20b85 commit a34fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPoE/cli/exporter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def setup_config():
config.add_option('distributor', 'is_distributor(default=%s)' %
DISTRIBUTOR.DEFAULT.value)
config.add_option(
'ggpk_path', 'is_file(default="", exists=True, allow_empty=True)'
'ggpk_path', 'is_directory(default="", exists=True, allow_empty=True)'
)
config.add_option('language',
'option("English", "French", "German", "Portuguese",'
Expand Down

0 comments on commit a34fe32

Please sign in to comment.