Skip to content

Commit

Permalink
flake8/linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Sep 10, 2024
1 parent 6047c95 commit 88d23d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sageworks/utils/lambda_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def load_lambda_layer():
# Install xgboost into the extract path
try:
subprocess.check_call(["pip", "install", "--target", extract_path, "xgboost"])
log.important("Successfully installed xgboost.")
log.important("Successfully installed xgboost...")
except subprocess.CalledProcessError as e:
log.critical(f"Failed to install xgboost: {e}")

Expand Down

0 comments on commit 88d23d5

Please sign in to comment.