chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[cocom] Redundant log on every file-open operation #47

Closed inishchith closed 5 years ago

inishchith commented 5 years ago

(Not sure why it doesn't show up while executing the lizard-analyzer via the command line interface)

LOG

/usr/local/lib/python3.6/site-packages/lizard_ext/auto_open.py:26: DeprecationWarning: 'U' mode is deprecated
  return open(*args, **kwargs)

(ref. lizard_ext:line)

/cc @valeriocos

valeriocos commented 5 years ago

Thanks @inishchith for reporting this issue! I'll check it out!

valeriocos commented 5 years ago

The following PR should fix this issue: https://github.com/chaoss/grimoirelab-graal/pull/52

inishchith commented 5 years ago

@valeriocos If you agree we can close this in reference to #52

valeriocos commented 5 years ago

sure!