Skip to content

Commit

Permalink
Remove whitespace, as well as an unnecessary mkdir call
Browse files Browse the repository at this point in the history
  • Loading branch information
allenh1 committed Aug 11, 2017
1 parent bc32c44 commit a3b5a14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion superflore/generators/ebuild/gen_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def get_pkg_version(distro, pkg_name):


def generate_installers(distro_name, overlay, preserve_existing=True):
make_dir("ros-{}".format(distro_name))
distro = get_distro(distro_name)
pkg_names = get_package_names(distro)
total = float(len(pkg_names[0]))
Expand Down
2 changes: 1 addition & 1 deletion superflore/generators/ebuild/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main():
RepoInstance.error('Invalid args! cannot dry-run and file PR')
sys.exit(1)
elif args.pr_only and not args.output_repository_path:
RepoInstance.error('Invalid args! no repository specified')
RepoInstance.error('Invalid args! no repository specified')
elif args.pr_only:
try:
with open('.pr-message.tmp', 'r') as msg_file:
Expand Down

0 comments on commit a3b5a14

Please sign in to comment.