Keep testing old version of code

I changed my code and git add and commit and push. But the server kept testing the old version of my code, already two days.

Hey @morningbob, could you share a bit more about how you discovered that “the server kept testing the old version of [your] code”?

I just checked your submissions, and each one does seem to include changes. Happy to dig deeper once I know a bit more about what you observed.

HI Andy :slight_smile:

Good morning!

The error message attached in the email, mentioned that my code – elif “\d” in pattern: – which i already changed to r"\d" for a long time ago. So, maybe it is testing the cached version?

Thanks a lot!

Regards,
morningbob

(attachments)

Thanks for the screenshot!

I ran your latest code locally, and saw the same warning:

Looks like it’s caused by this comment:

Hey, yes, that is the problem. I am so sorry :slight_smile:. It ran perfectly in my local environment though. Thanks very much!

1 Like

The difference might be due to the Python version. Could you run python --version and share the output?

Here’s mine:

Hey, here it is :). It is fine. I can check my code more carefully before submitting it :slight_smile:

(attachments)

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.