mkondratyev85 / raster_tracer

MIT License
65 stars 9 forks source link

AttributeError: 'PointTool' object has no attribute 'sample' #11

Closed 3nids closed 4 years ago

3nids commented 4 years ago

on first try:

Traceback (most recent call last):
  File "/Users/denis/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/raster_tracer/raster_tracer.py", line 282, in checkBoxColor_changed
    self.tool_identify.trace_color_changed(color)
  File "/Users/denis/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/raster_tracer/pointtool.py", line 62, in trace_color_changed
    r,g,b = self.sample
AttributeError: 'PointTool' object has no attribute 'sample'
mkondratyev85 commented 4 years ago

I would like to get more information about this issue, so I could work out the problem.

mkondratyev85 commented 4 years ago

Closed as no more information is provided and it could possible be related to issues #21 or #20