Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvoisin
mat2
Commits
1ccde073
Commit
1ccde073
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Minor cleanup
parent
3f043b45
No related branches found
No related tags found
1 merge request
!25
Implement support for .avi files
Pipeline
#19794
passed
6 years ago
Stage: linting
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
libmat2/exiftool.py
+1
-1
1 addition, 1 deletion
libmat2/exiftool.py
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
1ccde073
...
...
@@ -52,7 +52,7 @@ tests:fedora:
tags
:
-
whitewhale
script
:
-
dnf install -y python3 python3-mutagen python3-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 gdk-pixbuf2-modules cairo-gobject cairo python3-cairo perl-Image-ExifTool mailcap
-
dnf install -y python3 python3-mutagen python3-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 gdk-pixbuf2-modules cairo-gobject cairo python3-cairo perl-Image-ExifTool mailcap
-
gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
-
python3 setup.py test
...
...
This diff is collapsed.
Click to expand it.
libmat2/exiftool.py
+
1
−
1
View file @
1ccde073
...
...
@@ -57,4 +57,4 @@ def _get_exiftool_path() -> str: # pragma: no cover
if
os
.
access
(
exiftool_path
,
os
.
X_OK
):
return
exiftool_path
raise
ValueError
raise
RuntimeError
(
"
Unable to find exiftool
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment