Skip to content

Commit 3157cda

Browse files
committed
[push-over] Add logging
1 parent cb09a2c commit 3157cda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

push_over/verify.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ def verify() -> GitAutograderOutput:
3333
username = run_command(["gh", "api", "user", "-q", ".login"], verbose=False)
3434
repo_name = f"{username}-gitmastery-push-over"
3535

36+
print(os.getcwd())
37+
print(os.listdir())
38+
3639
if not os.path.isdir(repo_name):
3740
return GitAutograderOutput(
3841
status=GitAutograderStatus.UNSUCCESSFUL,

0 commit comments

Comments
 (0)