RyanofTinellb / Smeagol

A suite of programs for creating and maintaining a constructed language website.
http://www.tinellb.com
0 stars 0 forks source link

Unable to change site #32

Closed RyanofTinellb closed 5 years ago

RyanofTinellb commented 5 years ago
  File "C:\Users\Ryan\Documents\TinellbianLanguages\ConlangWebsiteCreation\cwsmeagol\editor\site_editor.py", line 204, in site_open
    source = self.open()
  File "C:\Users\Ryan\Documents\TinellbianLanguages\ConlangWebsiteCreation\cwsmeagol\editor\properties.py", line 60, in open
    self.setup_config()
  File "C:\Users\Ryan\Documents\TinellbianLanguages\ConlangWebsiteCreation\cwsmeagol\editor\properties.py", line 39, in __getattr__
    return getattr(super(Properties, self), attr)
AttributeError: 'super' object has no attribute 'setup_config'

I suspect this is because of a previous “refactor”, and ought to be a simple fix.