Skip to content

Commit

Permalink
Merge pull request #112 from bastelfreak/filetype
Browse files Browse the repository at this point in the history
Allow `bin.bz2` as image extension
  • Loading branch information
bastelfreak authored Jun 18, 2020
2 parents 4a61580 + f5d6a49 commit 8730854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marmoset/imagecatalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ImageCatalog:
IMAGE_DIR = '/srv/nfs/images/'
IMAGE_EXTENSTIONS = ['tar.gz']
IMAGE_EXTENSTIONS = ['tar.gz', 'bin.bz2']

def __init__(self):
"""We don't initialize anything here."""
Expand Down

0 comments on commit 8730854

Please sign in to comment.