diff --git a/autolink b/autolink index 9d7c3d7..7f814c3 100755 --- a/autolink +++ b/autolink @@ -47,8 +47,7 @@ def main(): if os.path.exists(config_path): if os.path.islink(config_path): if os.path.realpath(config_path) != file_path: - log(config_path, ("already a link '%s'" % - os.path.realpath(config_path))) + pass elif os.path.isfile(config_path): log(config_path, 'existing file, consider merge') continue