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
compare.py is displaying too many information by default that we do not care about.
In this example, the field data match and just one meta-data differ. But the -w option is passed then we should not have all these useless lines in the output.
I propose to have a stricter option -d to disable any meta-data printing. The -w option should just show the specific meta-data that differ and not all of them.
The text was updated successfully, but these errors were encountered:
compare.py
is displaying too many information by default that we do not care about.In this example, the field data match and just one meta-data differ. But the
-w
option is passed then we should not have all these useless lines in the output.I propose to have a stricter option
-d
to disable any meta-data printing. The-w
option should just show the specific meta-data that differ and not all of them.The text was updated successfully, but these errors were encountered: