shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

jstr string failed if 'f' and non-'f' are combined #164

Closed shairubin closed 7 months ago

shairubin commented 7 months ago

def collect_license(current): try: ident = identify_license(license_file) except ValueError: raise ValueError('could not identify license file ' f'for {root}') from None