fix: api
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
|
||||
import logging
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
import bpy
|
||||
from replication.constants import (FETCHED, RP_COMMON, STATE_ACTIVE,
|
||||
@ -117,7 +118,7 @@ class ApplyTimer(Timer):
|
||||
try:
|
||||
apply(session.repository, node)
|
||||
except Exception as e:
|
||||
logging.error(f"Fail to apply {node_ref.uuid}: {e}")
|
||||
traceback.print_exc()
|
||||
else:
|
||||
if node_ref.bl_reload_parent:
|
||||
for parent in session.repository.find_parents(node):
|
||||
|
Reference in New Issue
Block a user