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

Commit

Permalink
group id will be a uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 13, 2010
1 parent 3a2124a commit 9ed2256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lantorrent/pylantorrent/request.py
Expand Up @@ -120,7 +120,7 @@ def main(argv=sys.argv[1:]):

src_filename = argv[0]
dst_filename = argv[1]
group_id = int(argv[2])
group_id = argv[2]
group_count = int(argv[3])
# the user provides the rid. that way we know they have it to look
# things up later if needed
Expand Down
Expand Up @@ -145,7 +145,7 @@ protected String translateCumulus(
{
rc = scheme + "://" + this.getRepoHost() + "/" + dataKey;
}
logger.debug("converted " + objectName + " to " + rc);
logger.debug("converted " + objectName + " to " + rc + "scheme " + scheme);

return rc;
}
Expand Down

0 comments on commit 9ed2256

Please sign in to comment.