|
@@ -367,7 +367,6 @@ def check_machine_type(s, d):
|
|
if s["Name"] != d["Name"]:
|
|
if s["Name"] != d["Name"]:
|
|
print("Warning: checking incompatible machine types:", end=' ')
|
|
print("Warning: checking incompatible machine types:", end=' ')
|
|
print("\"" + s["Name"] + "\", \"" + d["Name"] + "\"")
|
|
print("\"" + s["Name"] + "\", \"" + d["Name"] + "\"")
|
|
- return
|
|
|
|
|
|
|
|
|
|
|
|
def main():
|
|
def main():
|