Spaces:
Running
Running
Commit
·
d8c2a46
1
Parent(s):
b3b13a6
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def process_and_create_pull(icon_files,category, new_cateogry_check, new_categor
|
|
106 |
else:
|
107 |
file = file_content
|
108 |
all_files.append(str(file).replace('ContentFile(path="','').replace('")',''))
|
109 |
-
print("files in directory"
|
110 |
for file in icon_files:
|
111 |
#get file content from filesystem
|
112 |
with open(file.name, 'r') as fp:
|
|
|
106 |
else:
|
107 |
file = file_content
|
108 |
all_files.append(str(file).replace('ContentFile(path="','').replace('")',''))
|
109 |
+
print("files in directory:", all_files)
|
110 |
for file in icon_files:
|
111 |
#get file content from filesystem
|
112 |
with open(file.name, 'r') as fp:
|