# HG changeset patch # User Sebastien Jodogne # Date 1555591037 -7200 # Node ID 0488d41376b39ec29d85942f3b8b613d93145350 # Parent 84344c322c73746495b23842ae602053b192f62d fix diff -r 84344c322c73 -r 0488d41376b3 Resources/Samples/Python/SendStow.py --- 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 ...' % sys.argv[0]) print('') print('Example: %s http://localhost:8042/dicom-web/studies hello.dcm world.dcm' % sys.argv[0])