Project

General

Profile

Actions

Bug #729

closed

unqualified names used for shell commands.

Added by Christopher Irving over 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Christopher Irving
Category:
-
Target version:
Start date:
07/12/2010
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.0.1
Show in known bugs:
No
Workaround:

Description

There are several places in the appion where the python subprocess function is used to call shell commands like 'cp'. These calls are not qualified (they don't use the absolute path to the program like /bin/cp). This poses a potential problem if the command doesn't behave as expected. For instance if cp is aliased to 'cp -i' then the cp command will wait indefinitely for user input if the file already exists. These commands should all use an absolute path to the command such as '/bin/cp'

Actions

Also available in: Atom PDF