Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: from logInScreen import checkValidation #the undexpected indent is on this line class hello: cv = checkValidation() def show(self): print(self.cv.user) h = hello() h.show() class checkValidation: fail = 0 user = "name" password = "1234" os.system("mainPage3.py 1") Source: http://pastebin.com/raw.php?i=9j4WN0ha
↧