EmptyStackException

后端 未结 3 727
不思量自难忘°
不思量自难忘° 2021-01-13 22:53

This EmptyStackException continues to pop up. Obliviously there is nothing in my stack, but the first element that the User inputs. However, I am not sure where the code i

3条回答
  •  [愿得一人]
    2021-01-13 23:26

    import logging, sys, time
    import jenkins from jenkinsapi.jenkins 
    import Jenkins from jenkinsapi.build 
    import Build from collections import OrderedDict
    
    LOGGER = logging.getLogger(__name__)
    logging.basicConfig(level=logging.INFO)
    

提交回复
热议问题