ladisk / pyuff

This module defines an UFF class to manipulate with the UFF (Universal File Format) files.
Other
58 stars 40 forks source link

object has no attribute '_refresh' #56

Closed ziadrida closed 2 years ago

ziadrida commented 2 years ago

method in this block calls _refresh() which does not exist

 if not self._refreshed:
        if not self._refresh():
            raise Exception('Cannot read from the file: ' + self._filename)
jankoslavic commented 2 years ago

@klemengit would you be please so kind and check this issue?

klemengit commented 2 years ago

It seems that with the restructuring of the package a this method name remained unchanged (now it should be self.refresh()). I'll make sure that that's the case and make a PR.

jankoslavic commented 2 years ago

just a reminder on this open issue

jankoslavic commented 2 years ago

Thanks @klemengit