I tried the script (both with Python2 and 3), but facing this error while using the mentioned command:
python join_dicts2.py -d en_GB.dic en_NZ.dic
join_dicts2.py: error: unrecognized arguments: -d en_NZ.dic
I could not gather much from the script since the comments in the script are not in sync with the arguments. Please help.
Hi,
I tried the script (both with Python2 and 3), but facing this error while using the mentioned command: python join_dicts2.py -d en_GB.dic en_NZ.dic join_dicts2.py: error: unrecognized arguments: -d en_NZ.dic I could not gather much from the script since the comments in the script are not in sync with the arguments. Please help.