diff -ur v10/inc_ut.py v11/inc_ut.py --- v10/inc_ut.py 2020-10-10 18:42:36.000000000 +0900 +++ v11/inc_ut.py 2020-10-10 21:24:30.000000000 +0900 @@ -146,7 +146,7 @@ for path in path_lst: if os.path.exists( path ): - if path in paths: + if path in paths and not '-ad' in opts: return True r = read_str( path ) if r == False: