Skip to content
Snippets Groups Projects
Commit 3bb3b6e2 authored by Daniel Speckhard's avatar Daniel Speckhard
Browse files

changed logging message.

parent 7b10416a
No related branches found
No related tags found
No related merge requests found
...@@ -580,7 +580,7 @@ class VasprunContext(object): ...@@ -580,7 +580,7 @@ class VasprunContext(object):
specialPoints = get_special_points( specialPoints = get_special_points(
convert_unit_function("m", "angstrom")(self.cell)) convert_unit_function("m", "angstrom")(self.cell))
except Exception as e: except Exception as e:
self.logger.warn("failed to get special points", exc_info=e) self.logger.warn("failed to get special points/xtal structure", exc_info=e)
for isegment in range(nsegments): for isegment in range(nsegments):
backend.openNonOverlappingSection( backend.openNonOverlappingSection(
"section_k_band_segment_normalized") "section_k_band_segment_normalized")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment