mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
error in keyword
This commit is contained in:
parent
01fa02551f
commit
e39762fb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def _remove_from_paths(paths, keyword, stitch=False):
|
|||
def remove_googleapiclient():
|
||||
"""Remove any paths which contain `googleclientapi`"""
|
||||
|
||||
keyword = "googleclientapi"
|
||||
keyword = "googleapiclient"
|
||||
# remove from sys.path
|
||||
# _remove_from_paths(sys.path, keyword)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue