summaryrefslogtreecommitdiff
path: root/tests/scripts/recursive.py
blob: 3359d31ee00248791ed4461a0bfd4ae05dd89fe3 (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('pyscript ../script.py')