Commit Graph
8 Commits
Author SHA1 Message Date
mvdbeek dc4a4b0eb5 py3: fix secret decoder script 2018-08-14 14:56:07 +02:00
John Chilton 5f3f792f6f Unification of Galaxy configuration parsing for scripts/* 2018-03-23 16:14:49 -04:00
Nicola Soranzo bd88524a10 Fix import order and Python3 compatibility 2017-08-18 12:35:04 +01:00
Nicola Soranzo 4e75635d62 Use log.warning() instead of deprecated warn() 2017-08-18 12:35:04 +01: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
Eric Rasche 986134d766 Should exit immediately to avoid index error 2017-03-17 15:12:50 +00:00
Eric Rasche fb2450ff33 document scriptg 2017-02-15 21:31:22 +00:00
Eric Rasche 6849752fb6 Rename, Strip F for Folder 2017-02-15 21:28:38 +00:00