Spaces:
Runtime error
Runtime error
Hannes Kath commited on
Commit ·
ebde78d
1
Parent(s): f7f78bc
Test
Browse files
app.py
CHANGED
|
@@ -10,7 +10,8 @@ if __name__ == '__main__':
|
|
| 10 |
# git properties
|
| 11 |
path_to_git = Path(__file__).parent
|
| 12 |
print(path_to_git)
|
| 13 |
-
|
|
|
|
| 14 |
#active_branch = repo.active_branch
|
| 15 |
#active_tag = None
|
| 16 |
#for tag in repo.tags:
|
|
|
|
| 10 |
# git properties
|
| 11 |
path_to_git = Path(__file__).parent
|
| 12 |
print(path_to_git)
|
| 13 |
+
repo = Repo(path_to_git)
|
| 14 |
+
print('SUCESS')
|
| 15 |
#active_branch = repo.active_branch
|
| 16 |
#active_tag = None
|
| 17 |
#for tag in repo.tags:
|