summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-03-20 14:54:37 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-03-20 14:54:37 +0000
commitf849b60b9218a24ea29f824edcc6d459b4f7a3ff (patch)
tree0bb9ae5577ccb912dd8229290d4e4e616231a53c /morphlib
parent4812ce76075e55f4b6201eb53709239361fc3a9c (diff)
downloadmorph-f849b60b9218a24ea29f824edcc6d459b4f7a3ff.tar.gz
Break long source line
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/plugins/copy-artifacts_plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/plugins/copy-artifacts_plugin.py b/morphlib/plugins/copy-artifacts_plugin.py
index 9cf8c147..ab51e522 100644
--- a/morphlib/plugins/copy-artifacts_plugin.py
+++ b/morphlib/plugins/copy-artifacts_plugin.py
@@ -75,7 +75,8 @@ class CopyArtifactsPlugin(cliapp.Plugin):
cliapp.runcmd(cmdline)
def find_artifacts(self, system):
- artifacts_dir = os.path.join(self.app.settings['cachedir'], 'artifacts')
+ artifacts_dir = os.path.join(
+ self.app.settings['cachedir'], 'artifacts')
artifacts = []
def find_in_system(dirname):