Explorar el Código

print rootpath

master
Andreas Demmelbauer hace 4 años
padre
commit
e9092d93b0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      demotape.py

+ 1
- 0
demotape.py Ver fichero

@@ -17,6 +17,7 @@ import concurrent.futures
try:
if sys.argv[1] and os.path.exists(sys.argv[1]):
ROOT_PATH = sys.argv[1]
print('Root path for downloaded streams: ' + ROOT_PATH)
else:
print('destination path does not exist')
sys.exit()


Cargando…
Cancelar
Guardar