Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
klmp200 committed Jun 26, 2024
1 parent f8b0c11 commit 38e96b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/management/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ class Command(BaseCommand):
help = "Set up a new instance of the Sith AE"

def handle(self, *args, **options):
root_path = os.path.dirname(
os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
root_path = os.path.dirname( os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
)
try:
os.mkdir(os.path.join(root_path) + "/data")
Expand Down

0 comments on commit 38e96b3

Please sign in to comment.