Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #404 from simphony/fix-incorrect-yapf-invocation
Browse files Browse the repository at this point in the history
Fixed incorrect invocation of yapf missing cuba.py
  • Loading branch information
stefanoborini committed Mar 13, 2017
2 parents db393e6 + 64140bf commit 00a29c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(self):
print("Running yapf")
cmd_args = ["yapf", "--style", "pep8", "--in-place"]
try:
check_call(cmd_args + ["simphony/core/keywords.py"])
check_call(cmd_args + ["simphony/core/cuba.py"])
check_call(cmd_args + ["simphony/core/keywords.py"])
check_call(cmd_args + ["--recursive", "simphony/cuds/meta/"])
except OSError:
Expand Down

0 comments on commit 00a29c4

Please sign in to comment.