mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
add a condition
This commit is contained in:
@@ -54,5 +54,6 @@ def ons_resolver(key):
|
||||
return return_data
|
||||
#-----------------------------------
|
||||
|
||||
key = "ibrahim"
|
||||
print ons_resolver(key)
|
||||
if __name__ == "__main__":
|
||||
key = "ibrahim"
|
||||
print ons_resolver(key)
|
||||
|
||||
Reference in New Issue
Block a user