mozilla / wagtail-localize-smartling

Integration between wagtail-localize and Smartling's API
Mozilla Public License 2.0
1 stars 1 forks source link

Update sync.py to not fail after successfully importing a translation #9

Closed stevejalim closed 2 months ago

stevejalim commented 2 months ago

This changset attemps to fix #8, where the use of an unimported Job class (more of a type) was triggering a NameError when passing it into a Django Signal.

This may not be the preferred way to deal with it - please feel free to ignore if there's a better fix