[12:47:36]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been saved:
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) or [just below within]((https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292)) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:47:50]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been saved:
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:49:41]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been saved:
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:51:37]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been sucessfully saved/applied:
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:51:53]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been sucessfully saved and applied:
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:52:48]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been sucessfully saved and applied (via app config panel or CLI) :
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in config helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[12:54:50]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where Yunohost knows that an app config has just been sucessfully saved and applied (via app config panel or CLI) :
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in `config` helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73
[14:15:05]
<m606> Hello, would someone be able to tell me where I could call a python function ([this one](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2609) but I will tell more of the context in a PR), AFTER saving successfully app config in config panel ?
I have troubles to find where the core knows that an app config has just been sucessfully saved and applied (via app config panel or CLI) :
- Is it somewhere in `app.py`, like [there maybe](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2263) (I don't really get how `.set()` works there) or [just below within](https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/src/app.py#L2292) an `else` statement when there is no validation error ?
- or in `config` helpers (but this is bash so I guess I cannot just reuse the python function I target)? https://github.com/YunoHost/yunohost/blob/c936c0b6017199bc812be7c5e899f98c6b8cb48e/helpers/helpers.v2.1.d/config#L73