Opened 7 years ago
Closed 7 years ago
#25 closed defect (fixed)
bug on transferNexusToCloud
| Reported by: | zhangjr | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | BL18auto | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
subprocess.check_output("mkdir -p /userData/BL18/"+investigationName+"/"+getRunString(runNo), shell=True)
use subprocess.check_output instead of subprocess.call, in order to make true that the new directory is created.
Subtickets
Change History (1)
comment:1 Changed 7 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
