Skip to content

Commit c475970

Browse files
Another listing of remote branches
1 parent 55f62ca commit c475970

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

markten/actions/__git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def branch_exists(
4646
"-C",
4747
str(dir),
4848
"branch",
49-
*("--remote" if remote else ()),
49+
*(("--remote",) if remote else ()),
5050
)
5151
if remote is False:
5252
regex = re.compile(rf"^\s*\*?\s*{branch}$")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "markten"
3-
version = "1.3.7"
3+
version = "1.3.8"
44
description = "Assess your students' work with all of the delight and none of the tedium"
55
authors = [{ name = "Maddy Guthridge", email = "[email protected]" }]
66
requires-python = ">= 3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)