summaryrefslogtreecommitdiff
path: root/tests/scripts/recursive.py
blob: 7d37e540833c0ab956a6be9fd169cdea0ce5ff45 (plain)
1
2
3
4
5
6
7
8
#!/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')