QtPyHammer icon indicating copy to clipboard operation
QtPyHammer copied to clipboard

AttributeError: 'Vmf' object has no attribute 'hidden'

Open GEEKiDoS opened this issue 3 years ago • 1 comments

Full log:

Traceback (most recent call last):
  File "D:\repo\QtPyHammer\QtPyHammer\ui\core.py", line 37, in open_files
    def open_files(): ops.open_files(self, self.map_browser)
  File "D:\repo\QtPyHammer\QtPyHammer\ops\__init__.py", line 38, in open_files
    main_window.open(filename)
  File "D:\repo\QtPyHammer\QtPyHammer\ui\core.py", line 313, in open
    tab = workspace.VmfTab(filename, new=False, parent=self)
  File "D:\repo\QtPyHammer\QtPyHammer\ui\workspace.py", line 38, in __init__
    self.map_file = VmfInterface(self, self.filename)
  File "D:\repo\QtPyHammer\QtPyHammer\ops\vmf.py", line 17, in __init__
    self.hidden = self._vmf.hidden
AttributeError: 'Vmf' object has no attribute 'hidden'

Python version

(venv) D:\repo\QtPyHammer>python --version
Python 3.9.2

Installed package

(venv) D:\repo\QtPyHammer>pip list
Package    Version
---------- -------
cx-Freeze  6.1
fgdtools   1.0.1
future     0.18.2
numpy      1.18.5
pip        20.2.3
PyOpenGL   3.1.5
pyparsing  2.4.7
PyQt5      5.15.3
PyQt5-Qt   5.15.2
PyQt5-sip  12.8.1
setuptools 49.2.1
vmf-tool   0.1.0

GEEKiDoS avatar Mar 09 '21 14:03 GEEKiDoS