correciton bug
This commit is contained in:
@ -71,7 +71,7 @@ def main():
|
||||
output = os.popen(cmd)
|
||||
res = output.read().strip()
|
||||
output.close()
|
||||
|
||||
to_save = ""
|
||||
if not save :
|
||||
to_save = raw_input("Souhaitez vous sauvegarder la configuration sur Zephir ? (O/N) ")
|
||||
if to_save == "O":
|
||||
|
Reference in New Issue
Block a user