Commit b3a44a16 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

self.DUMPDATA -> self.dumpdata

parent b46d88ec
Pipeline #11691 passed with stage
...@@ -132,7 +132,7 @@ class Pipeline: ...@@ -132,7 +132,7 @@ class Pipeline:
self.logger.info(f"BUILD={self.build}") self.logger.info(f"BUILD={self.build}")
self.logger.info(f"CREATED={self.created}") self.logger.info(f"CREATED={self.created}")
self.logger.info(f"VERBOSE={self.verbose}") self.logger.info(f"VERBOSE={self.verbose}")
self.logger.info(f"DUMPDATA={self.DUMPDATA}") self.logger.info(f"DUMPDATA={self.dumpdata}")
# warning operations # warning operations
@staticmethod @staticmethod
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment