From b763a59b2be6c954277295507224054760863204 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 19 Mar 2021 18:06:16 +1100 Subject: [PATCH] whitespace removed --- shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.py b/shared.py index 3e94ad6..847547f 100644 --- a/shared.py +++ b/shared.py @@ -40,4 +40,4 @@ def SymlinkName(path, file): symlink = 'static/'+last_dir+'/'+last_bit if symlink[-1] == '/': symlink=symlink[0:-1] - return symlink + return symlink \ No newline at end of file