aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/plugins/command_build.py
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:40 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:40 -0300
commit75a865d635c5aa3eacea6f5baf12d752464db57c (patch)
tree0f2850fe296fc82226dd62e5646fecb3ee76b148 /nikola/plugins/command_build.py
parentf55a1d8df9d9e9154a8bbc886b9340f3d4201547 (diff)
parenta40930043121a4b60de8526d58417761a54ab718 (diff)
Merge tag 'upstream/5.2'
Upstream version 5.2
Diffstat (limited to 'nikola/plugins/command_build.py')
-rw-r--r--nikola/plugins/command_build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/nikola/plugins/command_build.py b/nikola/plugins/command_build.py
index 867cbf9..29d4c9d 100644
--- a/nikola/plugins/command_build.py
+++ b/nikola/plugins/command_build.py
@@ -8,11 +8,11 @@
# distribute, sublicense, and/or sell copies of the
# Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
-#
+#
# The above copyright notice and this permission notice
# shall be included in all copies or substantial portions of
# the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
@@ -60,5 +60,5 @@ def task_render_site():
args = args[1:]
else:
cmd = 'run'
- os.system('doit %s -f %s -d . %s' % (cmd, dodo.name, ' '.join(args)))
-
+ os.system('doit %s -f %s -d . %s' % (cmd, dodo.name,
+ ''.join(args)))