summaryrefslogtreecommitdiff
path: root/pycco/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycco/main.py')
-rw-r--r--pycco/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 6d45673..eeaf816 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -172,7 +172,6 @@ def preprocess(comment, preserve_paths=True, outdir=None):
# Check if the match contains an anchor
if '#' in match.group(1):
name, anchor = match.group(1).split('#')
-
return " [{}]({}#{})".format(name,
path.basename(destination(name,
preserve_paths=preserve_paths,