mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Uppercase global variable even in comment.
This commit is contained in:
parent
f6c7702dfa
commit
f28be91b5d
1 changed files with 2 additions and 2 deletions
|
@ -1158,7 +1158,7 @@ def _get_app_status(app_id, format_date=False):
|
|||
|
||||
def _extract_app_from_file(path, remove=False):
|
||||
"""
|
||||
Unzip or untar application tarball in app_tmp_folder, or copy it from a directory
|
||||
Unzip or untar application tarball in APP_TMP_FOLDER, or copy it from a directory
|
||||
|
||||
Keyword arguments:
|
||||
path -- Path of the tarball or directory
|
||||
|
@ -1231,7 +1231,7 @@ def _get_git_last_commit_hash(repository, reference='HEAD'):
|
|||
|
||||
def _fetch_app_from_git(app):
|
||||
"""
|
||||
Unzip or untar application tarball in app_tmp_folder
|
||||
Unzip or untar application tarball in APP_TMP_FOLDER
|
||||
|
||||
Keyword arguments:
|
||||
app -- App_id or git repo URL
|
||||
|
|
Loading…
Add table
Reference in a new issue