Permalink
Browse files
removed a line used for testing
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Stuff/Modules/image.py
|
|
@@ -51,7 +51,7 @@ def svgSave(cm, filename, what, root): |
|
|
svg = SVG(cm, components, root)
|
|
|
file = os.path.splitext(os.path.basename(filename))[0] + "_" + what.replace(" ", "_") + ".svg"
|
|
|
svg.save(os.path.join(directory, file))
|
|
|
- webbrowser.open_new(os.path.join(directory, file)) # for testing
|
|
|
+ #webbrowser.open_new(os.path.join(directory, file)) # for testing
|
|
|
|
|
|
|
|
|
|
|
|
|
0 comments on commit
6c22cff