Clean up code
This commit is contained in:
parent
de91a99fb0
commit
3dce030740
2 changed files with 1 additions and 2 deletions
0
basic_management.py
Normal file
0
basic_management.py
Normal file
|
@ -30,8 +30,7 @@ if debug:
|
|||
|
||||
# COMPOSE!
|
||||
for dir in compose_dirs:
|
||||
container_name = dir[:-1]
|
||||
container_name = container_name[container_name.rfind('/')+1:]
|
||||
container_name = dir[:-1][dir[:-1].rfind('/')+1:]
|
||||
if debug:
|
||||
print('Compose dir: ' + dir)
|
||||
print('Container name: ' + container_name)
|
||||
|
|
Loading…
Reference in a new issue