File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ def __init__(self):
58
58
59
59
def __eq__ (self , other ):
60
60
return (argparse .Namespace .__eq__ (self , other ) and
61
- self .uname = other .uname and self .lang_code = other .lang_code and
62
- self .timestamp = other .timestamp and self .font_config_cache = other .font_config_cache and
63
- self .fonts_dir = other .fonts_dir and self .max_pages = other .max_pages and
64
- self .save_box_tiff = other .save_box_tiff and self .overwrite = other .overwrite and
65
- self .linedata = other .linedata and self .run_shape_clustering = other .run_shape_clustering and
66
- self .extract_font_properties = other .extract_font_properties and
67
- self .distort_image = other .distort_image )
61
+ self .uname == other .uname and self .lang_code = = other .lang_code and
62
+ self .timestamp == other .timestamp and self .font_config_cache = = other .font_config_cache and
63
+ self .fonts_dir == other .fonts_dir and self .max_pages = = other .max_pages and
64
+ self .save_box_tiff == other .save_box_tiff and self .overwrite = = other .overwrite and
65
+ self .linedata == other .linedata and self .run_shape_clustering = = other .run_shape_clustering and
66
+ self .extract_font_properties == other .extract_font_properties and
67
+ self .distort_image == other .distort_image )
68
68
69
69
70
70
def err_exit (msg ):
You can’t perform that action at this time.
0 commit comments