Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Fix collection popping.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokejepsen committed Jun 24, 2020
1 parent fc1f889 commit 1616d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/modules/ftrack/ftrack_server/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_ftrack_event_mongo_info():
if not _used_ftrack_url or components["database"] is None:
components["database"] = database_name

components.pop("collection")
components.pop("collection", None)

uri = compose_url(**components)

Expand Down

0 comments on commit 1616d59

Please sign in to comment.