Changeset 21193
- Timestamp:
- Jan 27, 2009, 2:08:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/PStamp/lib/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PStamp/lib/PStamp/Job.pm
r20222 r21193 252 252 } 253 253 254 my $command = "$difftool -diffskyfile -diff_i d $id -dbname $image_db";254 my $command = "$difftool -diffskyfile -diff_image_id $id -dbname $image_db"; 255 255 256 256 # run the tool and parse the output … … 518 518 die "project is not defined" if !$project_name; 519 519 520 my $verbose = 1;520 my $verbose = 0; 521 521 522 522 my $missing_tools;
Note:
See TracChangeset
for help on using the changeset viewer.
