Doc strings and comments clean-up
* Added missing period for doc strings * Correct syntax errors * Remove H402 from flake8 ignore list Change-Id: Ia8592bf99378e3658d6cca2ceb148bf9eb0b5de8
This commit is contained in:
		@@ -84,8 +84,8 @@ def make_flow(blowup=False):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Persist the flow and task state here, if the file/dir exists already blowup
 | 
			
		||||
# if not don't blowup, this allows a user to see both the modes and to
 | 
			
		||||
# see what is stored in each case.
 | 
			
		||||
# if not don't blowup, this allows a user to see both the modes and to see
 | 
			
		||||
# what is stored in each case.
 | 
			
		||||
if example_utils.SQLALCHEMY_AVAILABLE:
 | 
			
		||||
    persist_path = os.path.join(tempfile.gettempdir(), "persisting.db")
 | 
			
		||||
    backend_uri = "sqlite:///%s" % (persist_path)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user