Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Apr 29, 2020
1 parent 296a974 commit ff401a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ncf.py
Expand Up @@ -448,8 +448,8 @@ def get_all_techniques_metadata(include_methods_calls = True, migrate_technique
all_metadata[metadata['bundle_name']] = metadata

except NcfError as e:
bundle_name = os.path.splitext(os.path.basename(file))[0]
error = NcfError("Could not parse Technique '"+ bundle_name+ "'", cause=e)
file_abs_path = os.path.abspath(file)
error = NcfError("Could not parse Technique file '"+ file_abs_path + "'", cause=e)
errors.append(error)
continue # skip this file, it doesn't have the right tags in - yuk!

Expand Down

0 comments on commit ff401a3

Please sign in to comment.