Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Bug: Help->Report causes AttributeError -- typo #581

Closed Cryspia closed 9 years ago

Cryspia commented 9 years ago

When click on the "Report" option under Help menu will cause an Error log in the terminal.

Traceback (most recent call last): File "freeseer\frontend\record\record.py", line 628, in show_report_widget self.reportWidget.startTimeLabel2.setText(p.starTime)> AttributeError: 'Presentation' object has no attribute 'starTime'

The 'starTime' should be 'startTime'

dideler commented 9 years ago

Ah, another case where not having high test coverage bites us in the ass.

I've assigned you since this should be a quick fix.

Cryspia commented 9 years ago

Bug fixed. Pull request sent.