a tiny fix to function doc
This commit is contained in:
parent
54b4b28f84
commit
945a1c5667
@ -309,8 +309,8 @@ def mark_entry_failed(entry_id, exc):
|
|||||||
store extra information that can be useful for users telling them
|
store extra information that can be useful for users telling them
|
||||||
why their media failed to process.
|
why their media failed to process.
|
||||||
|
|
||||||
Args:
|
:param entry_id: The id of the media entry
|
||||||
- entry_id: The id of the media entry
|
:param exc: An instance of BaseProcessingFail
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# Was this a BaseProcessingFail? In other words, was this a
|
# Was this a BaseProcessingFail? In other words, was this a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user