Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 1, 2017
1 parent 5fd4828 commit 2bf3481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ def display_peek(self, dataset):
except:
return "PostgreSQL Archive (%s)" % (nice_size(dataset.get_size()))


Binary.register_sniffable_binary_format("postgresql_archiv", "postgresql", PostgresqlArchive)


Expand Down

0 comments on commit 2bf3481

Please sign in to comment.