Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 16, 2019 18:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/93b44d722be8cca367dee1b30acc9ef2 to your computer and use it in GitHub Desktop.
etiqueta = "64"
if arquitectura == "32":
etiqueta = "86"
nombre_carpeta_release = os.path.join(
directorio_actual, "control_escolar_x{}_{}".format(etiqueta, fecha_y_hora))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment