Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ public int backupOrgTo(File backupFolder) throws Exception {
// for each active user, assume the identity of the user to
// backup that user's sheets in the user's context (e.g., what
// sheets they own, the hierarchy they see in Smartsheet, etc.)
if(status==null){
continue;
}
if (status.equals(USER_ACTIVE_STATUS)) {

ProgressWatcher.getInstance()
Expand Down