Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
d0ef75f
1
Parent(s):
59e15ae
- entry_with_update.py +1 -2
entry_with_update.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
-
import sys
|
3 |
|
4 |
-
|
5 |
|
6 |
try:
|
7 |
import pygit2
|
|
|
1 |
import os
|
|
|
2 |
|
3 |
+
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
4 |
|
5 |
try:
|
6 |
import pygit2
|