Mercurial > hg > orthanc-dicomweb
changeset 268:0488d41376b3
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Apr 2019 14:37:17 +0200 |
parents | 84344c322c73 |
children | 76e517d2e300 |
files | Resources/Samples/Python/SendStow.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/Python/SendStow.py Wed Feb 27 16:03:03 2019 +0100 +++ b/Resources/Samples/Python/SendStow.py Thu Apr 18 14:37:17 2019 +0200 @@ -31,8 +31,7 @@ import json import uuid -#if len(sys.argv) < 2: -if len(sys.argv) < 1: +if len(sys.argv) < 2: print('Usage: %s <StowUri> <file>...' % sys.argv[0]) print('') print('Example: %s http://localhost:8042/dicom-web/studies hello.dcm world.dcm' % sys.argv[0])