We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 261d887 + ff50a37 commit b381023Copy full SHA for b381023
1 file changed
prt.py
@@ -404,6 +404,7 @@ def main():
404
config = get_config()
405
try:
406
del config["servers"][sys.argv[2]]
407
+ save_config(config)
408
print "Host removed"
409
except Exception, e:
410
print "Error removing host: %s" % str(e)
0 commit comments