Skip to content

Commit

Permalink
OP-2053 - Hound
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Dec 9, 2021
1 parent 2673b58 commit a80ed0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions openpype/hosts/aftereffects/plugins/publish/closeAE.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
"""Close AE after publish. For Webpublishing only."""
import os

import pyblish.api

from avalon import aftereffects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_db_asserts(self, dbcon, publish_finished):
"Not expected no of representations"

assert 1 == dbcon.count_documents({"type": "representation",
"context.subset": "imageMainBackgroundcopy", #noqa E501
"context.subset": "imageMainBackgroundcopy", # noqa E501
"context.ext": "png"}), \
"Not expected no of representations with ext 'png'"

Expand Down

0 comments on commit a80ed0d

Please sign in to comment.