You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
thanks for the plugin, I think it's very useful for any public body who has to verify compliance with regulations or zoning. Anyway, it doesn't run under python 2.6.
It's a zero effort fix. Just add a zero here:
localePath = os.path.join(self.plugin_dir, 'i18n', 'constraintchecker_{0}.qm'.format(locale))
The text was updated successfully, but these errors were encountered:
Hello,
thanks for the plugin, I think it's very useful for any public body who has to verify compliance with regulations or zoning. Anyway, it doesn't run under python 2.6.
It's a zero effort fix. Just add a zero here:
localePath = os.path.join(self.plugin_dir, 'i18n', 'constraintchecker_{0}.qm'.format(locale))
The text was updated successfully, but these errors were encountered: