From ea5eb8e9bc957d4f9c211300103cc1a5d01c20f4 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Fri, 4 May 2018 14:54:26 -0400 Subject: Another attempt at getting it working on travis. --- examples/subcommands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/subcommands.py') diff --git a/examples/subcommands.py b/examples/subcommands.py index 9bf6c666..3dd2c683 100755 --- a/examples/subcommands.py +++ b/examples/subcommands.py @@ -41,9 +41,6 @@ try: from cmd2.argcomplete_bridge import CompletionFinder from cmd2.argparse_completer import AutoCompleter if __name__ == '__main__': - with open('out.txt', 'a') as f: - f.write('Here 1') - f.flush() completer = CompletionFinder() completer(base_parser, AutoCompleter(base_parser)) except ImportError: -- cgit v1.2.1