Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that the submitted zip file .tcData file contains a magic string : TCFastCheetah_2001 #73

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sarojbehera1
Copy link

  1. Look for the zip file submitted during the Challenge creation
  2. search for the file named .tcData
  3. Look for the text "TCFastCheetah_2001" inside the .tcData file
  4. If found return true else return false

Copy link

@liuliquan liuliquan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn lint fails, please fix all lint errors at first

@eisbilir
Copy link
Member

@sarojbehera1 what is the reason of searching a text in submissions?

@eisbilir
Copy link
Member

The title states, 'Ensure that the submitted zip file .tcData file contains a magic string,' but the code appears to be attempting a significantly different operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants