Skip to content

Commit 4dc00f5

Browse files
committed
github fixes
1 parent a3419b7 commit 4dc00f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import os
1515
import re
1616
import requests
17-
import subprocess
1817
import sys
1918
import textwrap
2019
import yaml
@@ -133,7 +132,7 @@ def download_all_singles(version, commitish):
133132
flavors = FlavorsParser(flavors_data).filter(only_publish=True)
134133

135134
local_dest_path = Path("s3_downloads")
136-
local_dest_path.makedir(mode=0o755, exist_ok=True)
135+
local_dest_path.mkdir(mode=0o755, exist_ok=True)
137136

138137
for flavor in flavors:
139138
cname = CName(flavor[1], flavor[0], "{0}-{1}".format(version, commitish))

0 commit comments

Comments
 (0)