Skip to content
Snippets Groups Projects
Commit 52018593726f authored by Georges Racinet's avatar Georges Racinet
Browse files

launch: flake8

parent 669e75000024
No related branches found
No related tags found
1 merge request!21Cleanups and linting
#!/usr/bin/env python3
import argparse
import json
import os
import re
import subprocess
......@@ -5,7 +4,6 @@
import os
import re
import subprocess
import sys
import tarfile
HOME = os.environ['HOME']
......@@ -46,5 +44,6 @@
"(got %r)" % image_tag)
return os.path.join(os.environ['HOME'], 'heptapod-volumes', subdir)
DEFAULT_IMAGE_TAG = 'octobus/heptapod:testing'
......@@ -49,5 +48,6 @@
DEFAULT_IMAGE_TAG = 'octobus/heptapod:testing'
def expand_join(*segments):
return os.path.expanduser(os.path.join(*segments))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment