diff --git a/setup.cfg b/setup.cfg index 3aa2e99096..8d4afaee71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,9 @@ exclude_lines = if 0: if __name__ == .__main__.: except Exception as e + print(e) + print(traceback.print_exc()) + return * omit = pytorch_lightning/callbacks/pt_callbacks.py