error in keyword

This commit is contained in:
aardschok 2017-09-14 13:49:03 +02:00
parent 01fa02551f
commit e39762fb7d

View file

@ -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)