summaryrefslogtreecommitdiff
path: root/src/python/gudhi/cubical_complex.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-06 11:01:57 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-06 11:01:57 +0100
commit26ef6e922c358f68d2bbee3aba20a1722c5150a1 (patch)
treecc8d764af06b79d73f4b26a3d715d957da8e901b /src/python/gudhi/cubical_complex.pyx
parent24a76cc53c935dee93f2367f176143c015009e3f (diff)
Use exceptions uinstead of error message for non existing files
Diffstat (limited to 'src/python/gudhi/cubical_complex.pyx')
-rw-r--r--src/python/gudhi/cubical_complex.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gudhi/cubical_complex.pyx b/src/python/gudhi/cubical_complex.pyx
index 463bd4ee..31287d15 100644
--- a/src/python/gudhi/cubical_complex.pyx
+++ b/src/python/gudhi/cubical_complex.pyx
@@ -95,8 +95,8 @@ cdef class CubicalComplex:
perseus_file)
else:
print("CubicalComplex can be constructed from dimensions and "
- "top_dimensional_cells or from a Perseus-style file name.",
- file=sys.stderr)
+ "top_dimensional_cells or from a Perseus-style file name.",
+ file=sys.stderr)
def __dealloc__(self):
if self.thisptr != NULL: