mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 18:08:42 -05:00
update docstrings
This commit is contained in:
parent
cbd4d76b6e
commit
022df47501
2 changed files with 4 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ class StartQT4(QMainWindow):
|
|||
return status
|
||||
|
||||
def safe_call(self, command):
|
||||
""" cross-platform command-line check """
|
||||
while True:
|
||||
try:
|
||||
return call(command, shell=True, stdout=PIPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue