Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ def findbins(dirB=['build','wavesB']): # changer wavesB en autre chose !
# let's look for a folder called "dirB" in parent directories
# result in "spath"
import sys, os, os.path
path = os.getcwd()
path = os.path.abspath(sys.modules['fwk'].__file__)
found = False
while True:
for dir in dirB:
Loading