You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/jens/PyLucid_env/lib/python2.6/site-packages/reversion_compare/helpers.py", line 81, in unified_diff
file1_range = difflib._format_range_unified(first[1], last[2])
AttributeError: 'module' object has no attribute '_format_range_unified'
The text was updated successfully, but these errors were encountered:
File "/home/jens/PyLucid_env/lib/python2.6/site-packages/reversion_compare/helpers.py", line 92, in unified_diff
yield '@@ -{} +{} @@'.format(file1_range, file2_range)
ValueError: zero length field name in format
new in python 2.7 ?
The text was updated successfully, but these errors were encountered: