Spaces:
Running
Running
Commit
·
d1fdd95
1
Parent(s):
f3c489d
add requiretment
Browse files
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
|
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)
|