X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Futil%2Fplotter.py;h=6b5622e9c66fb25f32022a59bf8b36b3a7d44f8e;hb=d1c731d0fbf6c0b8a21607795fb1101a46a2518d;hp=48b826ea4683c7bdc107b8be8b2d35f935374096;hpb=bac63fdc5983e2ade1902f711c1e7899d82ca4ae;p=nepi.git diff --git a/src/nepi/util/plotter.py b/src/nepi/util/plotter.py index 48b826ea..6b5622e9 100644 --- a/src/nepi/util/plotter.py +++ b/src/nepi/util/plotter.py @@ -23,7 +23,7 @@ import os try: import networkx except ImportError: - msg = ("Networkx library is not installed, you will not be able to plot.") + msg = "Networkx library is not installed, you will not be able to plot." logger = Logger("Plotter") logger.debug(msg)