Intensio-Obfuscator icon indicating copy to clipboard operation
Intensio-Obfuscator copied to clipboard

An error occurs when using the -rts parameter

Open yj-zhang opened this issue 4 years ago • 3 comments

Bug

Description

When I run with the -rts parameter, an error will be generated during the work, the message is as follows: AttributeError:'Replace' object has no attribute'pythonExcludeUserString'

Command(s)

python3 ./intensio_obfuscator/intensio_obfuscator.py -i ./input/ -o ./output/ -mlen lower -ind 4 -ps --excludewords ./intensio_obfuscator/exclude_examples/exclude_words_by_user.txt -rts -v

yj-zhang avatar Jan 11 '21 10:01 yj-zhang

I have the same problem.

jiayuqiu avatar Aug 05 '21 02:08 jiayuqiu

I encountered the same issue with Python3.9 and intensio-obfuscator==1.0.10.6

edit: based on the code it looks like this only happens when specifying verbose output using the -v flag since it references a variable which git removed/renamed.

pkern90 avatar Nov 15 '21 17:11 pkern90

I have the same problem.How to solve it?

zmf829 avatar Feb 15 '22 08:02 zmf829