Skip to content

Commit

Permalink
fix : PYRGG_CONFIG_LIST_MESSAGE updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 9, 2024
1 parent 6524f97 commit ce9d852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyrgg/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

PYRGG_CONFIG_SAVE_ERROR_MESSAGE = "[Error] Failed to save config file!"

PYRGG_CONFIG_LIST_MESSAGE = "Config files detected in current directory are listed below :"
PYRGG_CONFIG_LIST_MESSAGE = "Config files detected in the current directory are listed below:"

PYRGG_CONFIG_LOAD_MESSAGE = "Press the config index to load or any other keys to start with new one :"

Expand Down
4 changes: 2 additions & 2 deletions test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
>>> load_config("test123456789")
[Error] Failed to load config file!
>>> loaded_config = check_for_config(input_func_conf_test1)
Config files detected in current directory are listed below :
Config files detected in the current directory are listed below:
[1] - ...
>>> loaded_config["vertices"] == input_data_["vertices"]
True
Expand All @@ -210,7 +210,7 @@
>>> loaded_config["output_format"] == input_data_["output_format"]
True
>>> loaded_config = check_for_config(input_func_conf_test2)
Config files detected in current directory are listed below :
Config files detected in the current directory are listed below:
[1] - ...
>>> loaded_config == None
True
Expand Down

0 comments on commit ce9d852

Please sign in to comment.