diff --git a/easyvolcap/dataloaders/__init__.py b/easyvolcap/dataloaders/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/dataloaders/__init__.py +++ b/easyvolcap/dataloaders/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/dataloaders/datasets/__init__.py b/easyvolcap/dataloaders/datasets/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/dataloaders/datasets/__init__.py +++ b/easyvolcap/dataloaders/datasets/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/__init__.py b/easyvolcap/models/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/__init__.py +++ b/easyvolcap/models/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/cameras/__init__.py b/easyvolcap/models/cameras/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/cameras/__init__.py +++ b/easyvolcap/models/cameras/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/networks/__init__.py b/easyvolcap/models/networks/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/networks/__init__.py +++ b/easyvolcap/models/networks/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/networks/embedders/__init__.py b/easyvolcap/models/networks/embedders/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/networks/embedders/__init__.py +++ b/easyvolcap/models/networks/embedders/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/renderers/__init__.py b/easyvolcap/models/renderers/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/renderers/__init__.py +++ b/easyvolcap/models/renderers/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/samplers/__init__.py b/easyvolcap/models/samplers/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/samplers/__init__.py +++ b/easyvolcap/models/samplers/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/models/supervisors/__init__.py b/easyvolcap/models/supervisors/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/models/supervisors/__init__.py +++ b/easyvolcap/models/supervisors/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/runners/__init__.py b/easyvolcap/runners/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/runners/__init__.py +++ b/easyvolcap/runners/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/runners/evaluators/__init__.py b/easyvolcap/runners/evaluators/__init__.py index ea39595..e5ca4f9 100644 --- a/easyvolcap/runners/evaluators/__init__.py +++ b/easyvolcap/runners/evaluators/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno diff --git a/easyvolcap/runners/visualizers/__init__.py b/easyvolcap/runners/visualizers/__init__.py index 5478e8f..044f073 100644 --- a/easyvolcap/runners/visualizers/__init__.py +++ b/easyvolcap/runners/visualizers/__init__.py @@ -11,7 +11,7 @@ from easyvolcap.utils.console_utils import * tb = sys.exc_info()[-1] - tb = tb.tb_next + tb = tb.tb_next.tb_next filename = tb.tb_frame.f_code.co_filename line_number = tb.tb_lineno