From 99ec5265e2e80ecca1252670657c50693da5254a Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 23 Jul 2019 21:00:32 -0400 Subject: Fixed issue where run_pyscript failed if the script's filename had a space --- tests/scripts/recursive.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/scripts/recursive.py (limited to 'tests/scripts/recursive.py') diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py deleted file mode 100644 index 7d37e540..00000000 --- a/tests/scripts/recursive.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -# coding=utf-8 -# flake8: noqa F821 -""" -Example demonstrating that running a Python script recursively inside another Python script isn't allowed -""" -app.cmd_echo = True -app('run_pyscript ../script.py') -- cgit v1.2.1