Commit Graph
19 Commits
Author SHA1 Message Date
Dannon Baker 623a5e165a Apply black formatting.
Apply isort.
2022-02-03 07:42:20 -05:00
Nicola Soranzo 21b44bf348 Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
2017-08-17 11:35:39 +01:00
bernt@informatik.uni-leipzig.de 074b90d55e bug fixes
- system_user_pwent: undefined return value when KeyError
- external_chown_script:
  * typo
  * subprocess instead of os.subprocess
2017-06-13 22:04:03 +02:00
Matthias Bernt 7fbd3f2bc2 added missing empty line 2017-06-13 16:49:35 +02:00
Matthias Bernt aa200fe463 implemented the changes requested by @mvdbeek:
- check for external_chown_script == None
- switched from string split to shlex.split
- changed import order for pwd
- stderr + exit -> just exit
2017-06-13 15:03:31 +02:00
rhpvorderman c275d25be9 Fix linting 2017-06-13 13:38:38 +02:00
rhpvorderman e81a2ac654 Fix removed duplication in external chown script 2017-06-13 13:36:33 +02:00
rhpvorderman 2ec805417c Change paramter typo 2017-06-13 13:33:21 +02:00
rhpvorderman e197cadd98 fix typo 2017-06-13 10:00:55 +02:00
rhpvorderman 64f5e2e2fa Fix linting issues 2017-06-12 17:35:34 +02:00
Matthias Bernt 01cffa6151 imroved external_chown_script now uses Popen and checks return code 2017-05-26 15:32:19 +02:00
Matthias Bernt d25e552003 - removed uneccessary import
- added quotes to comment
2017-05-23 15:01:31 +02:00
Matthias Bernt 6841faac69 - removed my paths 2017-05-23 10:57:06 +02:00
Matthias Bernt b07ebdaada - added path check to external chown script 2017-05-23 10:55:58 +02:00
Nicola Soranzo 1d17a29c79 Fixes for pycodestyle 2.2.0 2016-11-15 16:56:50 +00:00
Nicola Soranzo 6569c2dcc3 Partially lint scripts/ . 2015-07-13 20:13:28 +01:00
Dannon Baker 559ecb4ec8 Remove dependency on simplejson; convert everything over to using the json module in the python standard library. 2014-01-10 07:29:05 -05:00
Nate Coraor 24b9c8c8a7 Some fixes to actual user code to negate the need for world-writable directories and write external metadata and job stdout/stderr to the job working directory. 2011-10-31 16:15:00 -04:00
ichorny 236276b132 add actual user changes to galaxy-central 2011-10-21 14:01:48 -07:00