Skip to content

Instantly share code, notes, and snippets.

@ktechmidas
Created March 29, 2017 10:37
Show Gist options
  • Save ktechmidas/8f52e06c83c7b11500b9548b8f9f4ee5 to your computer and use it in GitHub Desktop.
Save ktechmidas/8f52e06c83c7b11500b9548b8f9f4ee5 to your computer and use it in GitHub Desktop.
pdb.set_trace()
if rebuild == 1:
pdb.set_trace()
move_and_mount(sname,"seafile-data",ms)
--- TRACE
> /root/cluster/systems.py(82)start_seafile_container()
-> if rebuild == 1:
(Pdb) print rebuild
1
(Pdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment