mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Do not print error when using --list with broken config file
This commit is contained in:
parent
016c81291e
commit
9066523229
1 changed files with 0 additions and 1 deletions
|
|
@ -624,7 +624,6 @@ void config_list_targets(void)
|
|||
|
||||
if (!g_key_file_load_from_file(keyfile, config.path, G_KEY_FILE_NONE, &error))
|
||||
{
|
||||
tio_error_print("Failure loading file: %s", error->message);
|
||||
g_error_free(error);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue