lumoslabs / txgh

A library for automatically syncing translation resources between Github and Transifex.
1 stars 1 forks source link

Handle Octokit::NotFound when downloading from github #63

Closed camertron closed 8 years ago

camertron commented 8 years ago

If a translation file gets introduced in a branch, then there will be no corresponding file in master for it. Txgh assumes the file exists in master and blows up if it can't be found. This PR fixes the bug.

@lumoslabs/platform