Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Savage committed Apr 6, 2018
1 parent e004607 commit 45c5738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linchpin/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def lp_up(self, targets=(), run_id=None, tx_id=None):
run_data = self.get_run_data(new_tx_id, ('inputs', 'outputs'))

# Export distilled data in useful ways
### Write out run_data to a file for now
# # Write out run_data to a file for now
distill_data = self.get_cfg('lp', 'distill_data')
gen_resources = self.get_evar('generate_resources')

Expand Down Expand Up @@ -352,7 +352,7 @@ def lp_destroy(self, targets=(), run_id=None, tx_id=None):
"""

# prep inputs
#


return self._execute_action('destroy',
targets,
Expand Down

0 comments on commit 45c5738

Please sign in to comment.