mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 09:31:08 +00:00
Replace spaces by tabs.
This commit is contained in:
parent
4180affdf1
commit
8a0396377b
6
ack-sync
6
ack-sync
@ -44,9 +44,9 @@ def strip_epoch(version):
|
||||
return version
|
||||
|
||||
def LogCall(command):
|
||||
command = map(str, command)
|
||||
logging.info("Running %s", " ".join(command))
|
||||
return command
|
||||
command = map(str, command)
|
||||
logging.info("Running %s", " ".join(command))
|
||||
return command
|
||||
|
||||
def get_source(package, version, section):
|
||||
assert section in ("main", "contrib", "non-free")
|
||||
|
Loading…
x
Reference in New Issue
Block a user