aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-04-25 13:33:29 +0200
committerQrius <[email protected]>2025-04-25 13:33:32 +0200
commitcd2f8849b1f80c6fd959ca1a77ed101b511eb1d7 (patch)
tree88bd460b13b9d9f6a038196f1b4553d13c5dd9cd /src
parent3dcde053610430fdaeb23b57698810f63781684e (diff)
downloadskaldpress-cd2f8849b1f80c6fd959ca1a77ed101b511eb1d7.tar.gz
skaldpress-cd2f8849b1f80c6fd959ca1a77ed101b511eb1d7.zip
Return link from wodlHEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/smp/builtins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smp/builtins.py b/src/smp/builtins.py
index f9d6468..f66405a 100644
--- a/src/smp/builtins.py
+++ b/src/smp/builtins.py
@@ -287,7 +287,7 @@ def smp_builtin_wodl(macro_processor, link, timeout_seconds=5):
macro_processor.log_warning(f"Dead link {link} ({r.status} {r.reason})!")
except Exception as e:
macro_processor.log_warning(f"Dead link {link} ({e})!")
- return ""
+ return link
def smp_builtin_expand_once(macro_processor, content):