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

Commit

Permalink
added missing logger object
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 1, 2024
1 parent b72c0ce commit 0f1c0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/modules/sync_server/providers/dropbox.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os
from openpype.lib import Logger

log = Logger.get_logger("DropboxHandler")
try:
import dropbox
except (ImportError, SyntaxError):
Expand Down

0 comments on commit 0f1c0f1

Please sign in to comment.