Skip to content

Commit

Permalink
Update make_sample_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 30, 2024
1 parent 7bb5287 commit 93b404f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalogbuilder/tests/make_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@

def make_sample_data():
# Create directory
try:
import subdirs
except:
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import subdirs
realm_ctr = (len(subdirs.realm))
i = 0
for j in range(0, realm_ctr):
Expand Down

0 comments on commit 93b404f

Please sign in to comment.