Skip to content

Commit

Permalink
Update vmware_aria_operations_integration_sdk/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Rokos <krokos@vmware.com>
  • Loading branch information
quirogas and Kyle Rokos authored Jul 20, 2023
1 parent 1cb6913 commit aea4d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_aria_operations_integration_sdk/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _safe_append_to_gitignore(gitignore_file_path: str, token: str) -> None:
with open(gitignore_file_path, "a") as gitignore:
gitignore.write(f"{token}\n")

logger.info("Appended {token} to .gitignore")
logger.info(f"Appended {token} to .gitignore")
except FileNotFoundError:
logger.warning(
"file not found in {file_path} when attempting to safe append {token}"
Expand Down

0 comments on commit aea4d2d

Please sign in to comment.