|  | global_config['OUT_PATH'], opener=opener, gen_info_factory=gen_info_factory | 
    
   
 
Could you add a warning that if paths start and end with " it's probably bad (global_config['OUT_PATH']), python will try to insert an absolute path as it.
/abs/path/"/abs/path/build" as path, which is nonsense. Thank you.