mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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():
|
def remove_googleapiclient():
|
||||||
"""Remove any paths which contain `googleclientapi`"""
|
"""Remove any paths which contain `googleclientapi`"""
|
||||||
|
|
||||||
keyword = "googleclientapi"
|
keyword = "googleapiclient"
|
||||||
# remove from sys.path
|
# remove from sys.path
|
||||||
# _remove_from_paths(sys.path, keyword)
|
# _remove_from_paths(sys.path, keyword)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue