diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 00:56:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 00:56:31 +0100 |
| commit | a890e18a12f2b3bb39eb2f1303de71d6fbb3915c (patch) | |
| tree | 2d18cf6663223e29df452fa3907928830d468433 /megapixels/app/site | |
| parent | 3b10acc73247ec703ed47f0423e7d255a91f074e (diff) | |
displaying tabulators with CORS
Diffstat (limited to 'megapixels/app/site')
| -rw-r--r-- | megapixels/app/site/parser.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
