From a890e18a12f2b3bb39eb2f1303de71d6fbb3915c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Dec 2018 00:56:31 +0100 Subject: displaying tabulators with CORS --- megapixels/app/site/parser.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'megapixels') diff --git a/megapixels/app/site/parser.py b/megapixels/app/site/parser.py index 40d9c7f6..5f373937 100644 --- a/megapixels/app/site/parser.py +++ b/megapixels/app/site/parser.py @@ -62,6 +62,9 @@ def format_applet(section, s3_path): else: command = payload[0] opt = None + if command == 'python': + return format_section([ section ], s3_path) + applet['command'] = command if opt: applet['opt'] = opt -- cgit v1.2.3-70-g09d2