mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Use the current directory you are running.
This commit is contained in:
parent
69367f8d4e
commit
119985f353
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue