Spaces:
Sleeping
Sleeping
Rohil Bansal
commited on
Commit
·
da5c5c2
1
Parent(s):
b5363cb
Added execution flow.
Browse files- src/app/main.py +1 -1
src/app/main.py
CHANGED
@@ -15,7 +15,7 @@ print("Contents of the current directory:")
|
|
15 |
for item in os.listdir(current_dir):
|
16 |
print(item)
|
17 |
|
18 |
-
os.chdir('
|
19 |
current_dir = os.getcwd() # Update the current directory
|
20 |
|
21 |
print(f"src directory found: {current_dir}")
|
|
|
15 |
for item in os.listdir(current_dir):
|
16 |
print(item)
|
17 |
|
18 |
+
os.chdir('src/') # Move one directory up
|
19 |
current_dir = os.getcwd() # Update the current directory
|
20 |
|
21 |
print(f"src directory found: {current_dir}")
|