My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/python-modules/pygraphviz/path.patch

13 lines
439 B

diff --git a/pygraphviz/agraph.py b/pygraphviz/agraph.py
index d539ba0..f5bac3f 100644
--- a/pygraphviz/agraph.py
+++ b/pygraphviz/agraph.py
@@ -1792,7 +1792,7 @@ class AGraph:
if platform.system() == "Windows":
name += ".exe"
- paths = os.environ["PATH"]
+ paths = '@path@'
for path in paths.split(os.pathsep):
match = glob.glob(os.path.join(path, name))
if match: