Use the current directory you are running.
This commit is contained in:
parent
69367f8d4e
commit
119985f353
|
@ -8,7 +8,8 @@ from collections import OrderedDict
|
|||
|
||||
import urllib.request
|
||||
|
||||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
current_path = os.path.abspath(os.curdir)
|
||||
|
||||
|
||||
# Repositories -------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue