diff options
| author | tassaron | 2017-06-25 15:31:42 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-25 15:31:42 -0400 |
| commit | 6a1a5cd6eb931f5f9316f89c680ca318f845a746 (patch) | |
| tree | 6c316075b3b494e7ae5756896b590f308131f19e /src/components | |
| parent | 675a06dd4c10babb3ef2553f6c7cdd92b5f5ef0a (diff) | |
--export commandline option
overrides -i and -o to use saved fields from a project file
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/video.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/video.py b/src/components/video.py index d37dd99..02bb44b 100644 --- a/src/components/video.py +++ b/src/components/video.py @@ -90,7 +90,8 @@ class Video: 'This is a fatal error.' % os.path.basename( self.videoPath ), - detail=str(e) + detail=str(e), + icon='Warning' ) self.parent.stopVideo() break |
