mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fixed unsuported escape of * in docstring
This commit is contained in:
parent
852eaba5f0
commit
6c2907c1de
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ import os
|
|||
def get_resource(*args):
|
||||
""" Serves to simple resources access
|
||||
|
||||
:param \*args: should contain *subfolder* names and *filename* of
|
||||
:param *args: should contain *subfolder* names and *filename* of
|
||||
resource from resources folder
|
||||
:type \*args: list
|
||||
:type *args: list
|
||||
"""
|
||||
return os.path.normpath(
|
||||
os.path.join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue