Additional exports for scaffolds #24
Merged
Annotations
4 warnings
src/sparc/client/zinchelper.py#L5
[formatters] reported by reviewdog 🐶
Raw Output:
src/sparc/client/zinchelper.py:5:-from cmlibs.exporter.vtk import ArgonSceneExporter as VTKExporter
|
src/sparc/client/zinchelper.py#L7
[formatters] reported by reviewdog 🐶
Raw Output:
src/sparc/client/zinchelper.py:6:+from cmlibs.exporter.vtk import ArgonSceneExporter as VTKExporter
|
tests/test_zinc.py#L15
[formatters] reported by reviewdog 🐶
Raw Output:
tests/test_zinc.py:15:- output_location = os.path.abspath(
tests/test_zinc.py:16:- os.path.join(os.path.dirname(__file__), "resources/")
tests/test_zinc.py:17:- )
tests/test_zinc.py:15:+ output_location = os.path.abspath(os.path.join(os.path.dirname(__file__), "resources/"))
|
tests/test_zinc.py#L45
[formatters] reported by reviewdog 🐶
Raw Output:
tests/test_zinc.py:45:- output_location = os.path.abspath(
tests/test_zinc.py:46:- os.path.join(os.path.dirname(__file__), "resources/")
tests/test_zinc.py:47:- )
tests/test_zinc.py:43:+ output_location = os.path.abspath(os.path.join(os.path.dirname(__file__), "resources/"))
|
The logs for this run have expired and are no longer available.
Loading