Skip to content

Commit

Permalink
fix attribute error
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Jul 21, 2023
1 parent d99b1d8 commit a0c61aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cellpack/autopack/DBHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def should_write(self, db, grad_name):


class DBHandler(object):
firebase_handler = None
def __init__(self, db_handler):
self.db = db_handler
if isinstance(db_handler, FirebaseHandler):
Expand Down

0 comments on commit a0c61aa

Please sign in to comment.