mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Add a comment
This commit is contained in:
parent
2e745d2806
commit
61bc676552
1 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,8 @@ def is_unit_operation(
|
|||
for field in exclude:
|
||||
if field in context:
|
||||
context.pop(field, None)
|
||||
|
||||
# Manage file or stream
|
||||
for field, value in context.items():
|
||||
if isinstance(value, IOBase):
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue