Displaying 1 result from an estimated 1 matches for "owners_name".
2015 Oct 09
3
Python version for scripts in LLVM?
...quot; file_or_folder")
exit(-1)
# the path we are checking
@@ -105,13 +106,13 @@
# check if this is real path
if not os.path.exists(path):
- print "path (" + path + ") does not exist"
+ print("path (" + path + ") does not exist")
exit(-1)
owners_name = find_owners(path)
# be grammatically correct
-print "The owner(s) of the (" + path + ") is(are) : " + str(owners_name)
+print("The owner(s) of the (" + path + ") is(are) : " + str(owners_name))
exit(0)
@@ -119,7 +120,7 @@
# not yet used
root = &q...