diff --git a/sweepai/core/sweep_bot.py b/sweepai/core/sweep_bot.py index fda0ac7855..38cc21c2d7 100644 --- a/sweepai/core/sweep_bot.py +++ b/sweepai/core/sweep_bot.py @@ -1821,3 +1821,7 @@ def get_files_to_change_for_gha( print("RegexMatchError", e) return [], "" + +# if __name__ == "__main__": +# print("test") +# print("test2")