diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-23 17:18:08 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-23 17:18:08 -0400 |
| commit | 6c5402c80cedf754c90925cf6fa5fc5deeae5c58 (patch) | |
| tree | 2985cb9496d7b53d7b88a140e3043575827b49d6 /lib | |
| parent | f2b267043e17b2b769dc2a5b8139f6be2a3d4e84 (diff) | |
| download | sqlalchemy-6c5402c80cedf754c90925cf6fa5fc5deeae5c58.tar.gz | |
- test bad pep8 detection on jenkins
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index ac45054ae..678261053 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -193,6 +193,9 @@ class Compiled(object): """ + print("bad pep8 code" + "for demonstration purposes" + ) self.dialect = dialect self.bind = bind if statement is not None: |
