Changeset 4339

Show
Ignore:
Timestamp:
09/25/08 08:51:33 (2 months ago)
Author:
k0s
Message:

convert command to a string. hopefully this fixes #3774 though honestly i dont understand the issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • svnsyncplugin/0.11/svnsyncplugin/svnsync.py

    r4076 r4339  
    1717    verbose = kw.get('verbose', True) 
    1818    if verbose: 
    19         print '> %s' % command 
     19        print '> %s' % str(command) 
    2020    try: 
    2121        process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)