Changed the font and node colors.
[agtree2dot.git] / mlp.py
diff --git a/mlp.py b/mlp.py
index 3c5f026..21a772c 100755 (executable)
--- a/mlp.py
+++ b/mlp.py
@@ -61,7 +61,7 @@ agtree2dot.save_dot(loss,
 print('Generated mlp.dot')
 
 try:
-    subprocess.check_call(["dot", "mlp.dot", "-Lg", "-T", "pdf", "-o", "mlp.pdf" ])
+    subprocess.check_call(['dot', 'mlp.dot', '-Lg', '-T', 'pdf', '-o', 'mlp.pdf' ])
 except subprocess.CalledProcessError:
     print('Calling the dot command failed. Is Graphviz installed?')
     sys.exit(1)