paopaoka3325 commited on
Commit
d1fdd95
·
1 Parent(s): f3c489d

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def greet(name1, name2, name3, name4):
41
  if line.startswith("Location:"):
42
  return line.split(":")[1].strip()
43
  except:
44
- return None
45
 
46
  package_name = "ontogpt" # Replace this with any package name
47
  location = get_package_location(package_name)
 
41
  if line.startswith("Location:"):
42
  return line.split(":")[1].strip()
43
  except:
44
+ return 'not found'
45
 
46
  package_name = "ontogpt" # Replace this with any package name
47
  location = get_package_location(package_name)