Skip to content

Commit d68e49b

Browse files
authored
Merge pull request #27 from ar-lex/omp/fix_typo
Fix typo in autoks_deploy
2 parents ec338f0 + d869b76 commit d68e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

participants/autoks_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _download_kickstarts(self, project, configurations):
108108
".%s" % os.path.basename(rpm).rsplit("-", 2)[0])
109109
# Both release and devel ks share the same directory
110110
if not os.path.exists(deploy_dir):
111-
- os.mkdir(deploy_dir)
111+
os.mkdir(deploy_dir)
112112
# Extract kickstart files and copy to the deploy dir
113113
for fname in extract_rpm(rpm, lab.path, patterns=["*.ks"]):
114114
shutil.copy(os.path.join(lab.path, fname), deploy_dir)

0 commit comments

Comments
 (0)