Skip to content

Commit

Permalink
separate string accross lines
Browse files Browse the repository at this point in the history
  • Loading branch information
skier233 committed May 30, 2024
1 parent e3d5f0e commit 7c05319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/AITagger/ai_tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def install(package):
try:
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
except Exception as e:
log.error(f"Failed to install {package}: {e}. If you're running in docker or a
venv you may need to pip install dependencies manually using the provided requirements.txt")
log.error(f"Failed to install {package}: {e}. If you're running in docker or a" +
"venv you may need to pip install dependencies manually using the provided requirements.txt")
raise Exception(f"Failed to install {package}")

try:
Expand Down

0 comments on commit 7c05319

Please sign in to comment.