Skip to content

Commit

Permalink
Remove camera name from the command-line.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Feb 28, 2013
1 parent c451d80 commit f355da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsc/integration/solvetansip.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, name, camera, visit, rerun=None, **kwargs):

cameraInfo = getCameraInfo(camera)
command = os.path.join(os.environ['SOLVETANSIP_DIR'], 'bin', 'solvetansip.py')
command += " " + camera + " @WORKDIR@/" + cameraInfo.addDir + " --id visit=%d" % visit
command += " @WORKDIR@/" + cameraInfo.addDir + " --id visit=%d" % visit
if rerun is not None:
command += " --rerun=" + rerun

Expand Down

0 comments on commit f355da2

Please sign in to comment.