-
| 
         First major release This discussion was created from the release v1.0.0.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            bass4aj
          
      
      
        Jan 17, 2023 
      
    
    Replies: 1 comment 5 replies
-
| 
         I was playing with the demo code and found the "with" statements in the demo01 method to be failing. looking through the code, it seems like the roadmap class is missing a context manager to allow the "with" statement to function. Is this correct or am I missing something?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
      Answer selected by
        csgoh
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I was playing with the demo code and found the "with" statements in the demo01 method to be failing. looking through the code, it seems like the roadmap class is missing a context manager to allow the "with" statement to function. Is this correct or am I missing something?