summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorMartin Matějek <martin.matejek@gmx.com>2019-10-29 17:47:18 +0100
committerMartin Matějek <martin.matejek@gmx.com>2019-10-29 17:47:18 +0100
commit6b2e8df8bd73f0815722bc8c967740b2d3ca3e74 (patch)
treeb4b08211e571ce8eef47645249552aa705c7aca1 /release.py
parent23eb840ad77c6d878f1f06494c920f0c465fe801 (diff)
run black again
Diffstat (limited to 'release.py')
-rw-r--r--release.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release.py b/release.py
index 9ac18d24..0444983e 100644
--- a/release.py
+++ b/release.py
@@ -36,11 +36,11 @@ def run_step(*args):
global DRY_RUN
cmd = args
- print (" ".join(cmd))
+ print(" ".join(cmd))
if skip_step():
- print ("--- Skipping...")
+ print("--- Skipping...")
elif DRY_RUN:
- print ("--- Pretending to run...")
+ print("--- Pretending to run...")
else:
subprocess.check_output(cmd)
@@ -99,7 +99,7 @@ if __name__ == "__main__":
checklist(checks)
ver = version("pgcli/__init__.py")
- print ("Releasing Version:", ver)
+ print("Releasing Version:", ver)
parser = OptionParser()
parser.add_option(