Skip to content

Commit

Permalink
Merge pull request #30 from nschloe/indentation
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
nschloe committed Jul 24, 2017
2 parents 69710e1 + c2b1383 commit 7e7f756
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ Launchpad tools
[![Build Status](https://travis-ci.org/nschloe/launchpadtools.svg?branch=master)](https://travis-ci.org/nschloe/launchpadtools)
[![codecov](https://codecov.io/gh/nschloe/launchpadtools/branch/master/graph/badge.svg)](https://codecov.io/gh/nschloe/launchpadtools)
[![PyPi Version](https://img.shields.io/pypi/v/launchpadtools.svg)](https://pypi.python.org/pypi/launchpadtools)
[![GitHub stars](https://img.shields.io/github/stars/nschloe/launchpadtools.svg?style=social&label=Stars&maxAge=2592000)](https://github.com/nschloe/launchpadtools)


Some tools for easy submission to launchpad.
Expand Down
2 changes: 1 addition & 1 deletion launchpadtools/__about__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
__version__ = '0.6.3'
__version__ = '0.6.4'
__author__ = 'Nico Schlömer'
__author_email__ = 'nico.schloemer@gmail.com'
__status__ = 'Development Status :: 4 - Beta'
Expand Down
10 changes: 5 additions & 5 deletions launchpadtools/submit.py
Expand Up @@ -389,11 +389,11 @@ def _submit(
for method, login_name in configs:
with open(filename, 'w') as f:
f.write('''[%s-nightly]
fqdn = ppa.launchpad.net
method = %s
incoming = ~%s/ubuntu/
login = %s
allow_unsigned_uploads = 0''' % (name, method, ppa_string, login_name))
fqdn = ppa.launchpad.net
method = %s
incoming = ~%s/ubuntu/
login = %s
allow_unsigned_uploads = 0''' % (name, method, ppa_string, login_name))
try:
subprocess.check_call([
'dput',
Expand Down

0 comments on commit 7e7f756

Please sign in to comment.