#134 Abort immediately when project name format is wrong with instructions
Merged by vivekanand1101. Opened by batman.
batman/pagure-importer gproject  into  master

Download 134.patch

I am not convinced that this is valuable to check for the format, since we prompt the user with the expected fromat.

Maybe we could check if the project exists in github. It might be more usefull.

rebased

I am not convinced that this is valuable to check for the format, since we prompt the user with the expected fromat. Maybe we could check if the project exists in github. It might be more usefull.

That makes sense. I have updated as you said.

Maybe we could have the function that is checking the project in the utils package and handle the results here.

1 new commit added

  • Move validate_gh_project to git utils

This is not needed anymore :D

1 new commit added

  • Remove unused import, move back to try/except from hasattr

:thumbsup:

Thank you @cverna :)

Pull-Request has been merged by vivekanand1101

Metadata