After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579321 - saving again does not work
saving again does not work
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal major
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-17 17:15 UTC by Jean-François Fortin Tam
Modified: 2009-05-14 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-04-17 17:15:26 UTC
To reproduce:
1- create a nice timeline
2- save it to Untitled.xptv
3- use Save again.

Result:

Traceback (most recent call last):
  • File "pitivi/ui/mainwindow.py", line 549 in _saveProjectCb
    self.app.current.save()
  • File "pitivi/project.py", line 211 in save
    overwrite)
  • File "pitivi/formatters/format.py", line 78 in save_project
    formatter.saveProject(project, uri, overwrite)
  • File "pitivi/formatters/base.py", line 174 in saveProject
    raise FormatterOverwriteError() pitivi.formatters.base.FormatterOverwriteError