jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
314 stars 97 forks source link

fix: `NameError: name 'url' is not defined` for invalid bb url #56

Closed benoror closed 8 years ago

benoror commented 8 years ago

Originally reported: http://webapps.stackexchange.com/questions/49729/how-can-i-import-issues-from-bitbucket-to-github#comment76242_49900

jeffwidman commented 8 years ago

If you update your PR to be a single commit fixing the two typos (and dropping the incorrect change), then I'll happily merge it.

benoror commented 8 years ago

Feel free to fix the typos in a separate PR.

Cheers!