mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove useless var declaration in app_shell function
This commit is contained in:
parent
68a4f2b4bc
commit
425670bcfb
1 changed files with 0 additions and 1 deletions
|
@ -1653,7 +1653,6 @@ def app_shell(app):
|
|||
app -- App ID
|
||||
|
||||
"""
|
||||
app_settings = _get_app_settings(app) or {}
|
||||
|
||||
#TODO Find out how to open an interactive Bash shell from Python
|
||||
#TODO run `ynh_load_app_environment --app=$app` helper in there
|
||||
|
|
Loading…
Add table
Reference in a new issue