mirror of
https://github.com/LCPQ/quantum_package
synced 2025-04-10 18:51:38 +02:00
Update only_chidren_to_all_genealogy.py with relative path
This commit is contained in:
parent
acb6b7b16a
commit
03af3bcf73
@ -4,11 +4,11 @@
|
||||
import os
|
||||
import os.path
|
||||
|
||||
dir_ = '/home/razoa/quantum_package/src'
|
||||
|
||||
|
||||
def get_dict_genealogy(all_children=False):
|
||||
|
||||
qpackage_root = os.environ['QPACKAGE_ROOT']
|
||||
dir_ = os.path.join(qpackage_root,'src')
|
||||
|
||||
d_ref = dict()
|
||||
|
||||
for o in os.listdir(dir_):
|
||||
|
Loading…
x
Reference in New Issue
Block a user