Created
March 29, 2017 10:37
-
-
Save ktechmidas/8f52e06c83c7b11500b9548b8f9f4ee5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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