Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Henrik Skov Midtiby
gitlab-assignment-handler
Commits
7a65c58d
Commit
7a65c58d
authored
Aug 10, 2020
by
Henrik Skov Midtiby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment.
parent
a43ca2a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gitlab_class_helper/gitlab_class_helper.py
gitlab_class_helper/gitlab_class_helper.py
+1
-1
No files found.
gitlab_class_helper/gitlab_class_helper.py
View file @
7a65c58d
...
...
@@ -233,7 +233,7 @@ class GitlabClassHelper:
def
add_specific_commit_to_local_repositories
(
self
,
repositories
:
List
[
str
],
local_path
:
str
,
local_reference_path
:
str
,
commit_id
:
str
):
"""
Push local repositories to remote
repositories.
Distribute a specific commit to a set of local
repositories.
"""
teacher_repo
=
git
.
Repo
(
local_reference_path
)
for
repo
in
set
(
repositories
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment