abff71 bin/get_formulas.py: use call instead of Popen

Authored and Committed by Theo Chatzimichos 6 years ago
    bin/get_formulas.py: use call instead of Popen
    
    the later doesn't wait until the command finishes, thus it fails to
    access directories because it thinks they are not set up yet
    
        
file modified
+5 -5