Skip to content

Commit

Permalink
Fix CI-CD and test cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 2, 2024
1 parent be0e1eb commit 3ef29df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forgot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
print("I forgot this file.")
print("I forgot this file.")
print("I forgot this file.")
# Create broken python program
print("I forgot this file."
# Create broken python program (fixed)
print("I forgot this file.")
1 change: 0 additions & 1 deletion invalid.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
print("Not valid Python program")

0 comments on commit 3ef29df

Please sign in to comment.