Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
patch for
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Aug 13, 2010
1 parent bbfc089 commit c829770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -381,7 +381,6 @@ def _unpropagate(self, l_files):

if not l_file._unpropagate_needed:
continue

for keyword in self.adapters.keys():
schemestring = keyword + "://"
scheme_len = len(schemestring)
Expand All @@ -397,7 +396,7 @@ def _unpropagate(self, l_files):
return

adapter.unpropagate(l_file.path, l_file._unpropagation_target)

return

def _blankspace(self, l_files):
Expand Down
Expand Up @@ -189,7 +189,7 @@ public static ArrayList constructUnpropagateCommand(VirtualMachine vm,
logger.error(err);
throw new IllegalArgumentException(err);
}

if (worksp == null) {
logger.error(NO_WRKSP);
throw new WorkspaceException(NO_WRKSP);
Expand Down Expand Up @@ -235,7 +235,7 @@ public static ArrayList constructUnpropagateCommand(VirtualMachine vm,
if(nsTrans != null) {
img = nsTrans.translateExternaltoInternal(altTargets);
}
cmd.add(altTargets);
cmd.add(img);
}

if (notificationInfo != null) {
Expand Down

0 comments on commit c829770

Please sign in to comment.