Skip to content

Commit daa25a6

Browse files
committed
add success message
1 parent b07ac89 commit daa25a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apply_configuration.py

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ def _main() -> None:
128128
# Rename the package repo.
129129
subprocess.run(["mv", "src/python_starter", f"src/{package_name}"], check=True)
130130

131+
# Report succcess.
132+
print("Configuration applied successfully.")
133+
131134

132135
if __name__ == "__main__":
133136
_main()

0 commit comments

Comments
 (0)