Beispiel #1
0
 def block_command(self):
     return unblock_cd_commands(self.last_user_input)
 def block_command(self, line):
     return unblock_cd_commands(line)
Beispiel #3
0
 def block_command(self, line):
     return unblock_cd_commands(line)
Beispiel #4
0
 def block_command(self):
     return unblock_cd_commands(self.last_user_input)
 def block_command(self, line):
     if line.startswith("cd"):
         return unblock_cd_commands(line)
     else:
         return StepTemplateMkdir.block_command(self, line)
Beispiel #6
0
 def block_command(self, line):
     unblock_cd_commands(line)
Beispiel #7
0
 def block_command(self, line):
     if line.startswith("cd"):
         return unblock_cd_commands(line)
     else:
         return StepTemplateMkdir.block_command(self, line)
 def block_command(self, line):
     unblock_cd_commands(line)