kattis2canvas 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
kattis2canvas/cli.py CHANGED
@@ -739,7 +739,6 @@ def submissions2canvas(offering, canvas_course, dryrun, assignment_group, sectio
739
739
  """
740
740
  mirror summary of submission from kattis into canvas as a submission comment.
741
741
  """
742
- print(force_comment)
743
742
  load_config()
744
743
  offerings = list(get_offerings(offering))
745
744
  if len(offerings) == 0:
@@ -824,7 +823,7 @@ def submissions2canvas(offering, canvas_course, dryrun, assignment_group, sectio
824
823
  info(
825
824
  f"updated {submissions_by_user[user]} {kattis_user2canvas_id[kattis_submission.user]} for {assignment.title}")
826
825
  else:
827
- info(f"{user} up to date {kattis_submission.date} > {submissions_by_user[user].last_comment} {submissions_by_user[user].last_comment_text} ")
826
+ info(f"{user} up to date")
828
827
 
829
828
 
830
829
  def get_best_submissions(offering: str, assignment_id: str) -> {str: {str: Submission}}:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kattis2canvas
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: CLI tool to integrate Kattis offerings with Canvas LMS courses
5
5
  Author: bcr33d
6
6
  License-Expression: MIT
@@ -0,0 +1,8 @@
1
+ kattis2canvas/__init__.py,sha256=iZxFVdxd7EFidzpHII8RrgHeMtVwrwESqgy4HZKBxPo,109
2
+ kattis2canvas/__main__.py,sha256=GGdT4J5WJQ5MvnJ7m-VX_noR8DGaYXclhjDUIFjW5SY,120
3
+ kattis2canvas/cli.py,sha256=itdIUqOb0gnF8rRgJPu1mEZ3XwnIpN11i5NFb65w8l0,35446
4
+ kattis2canvas-0.1.7.dist-info/METADATA,sha256=3H_edpozroIEpLb3YUsCLYOzYidrvqqutiHASUFplWQ,7081
5
+ kattis2canvas-0.1.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ kattis2canvas-0.1.7.dist-info/entry_points.txt,sha256=V7GPrZNe7aIcu6f_dNo_pCjkuqBQxRzKAQZCNxl9DYg,56
7
+ kattis2canvas-0.1.7.dist-info/top_level.txt,sha256=ZoThmon7y1CR0sTAZndaF2rloBK8xz10mGyz5PUbtCo,14
8
+ kattis2canvas-0.1.7.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- kattis2canvas/__init__.py,sha256=iZxFVdxd7EFidzpHII8RrgHeMtVwrwESqgy4HZKBxPo,109
2
- kattis2canvas/__main__.py,sha256=GGdT4J5WJQ5MvnJ7m-VX_noR8DGaYXclhjDUIFjW5SY,120
3
- kattis2canvas/cli.py,sha256=QoJGDVGTWGYAgEAZjifj_2Can_Knl0nYYfomfo9ZCD0,35586
4
- kattis2canvas-0.1.6.dist-info/METADATA,sha256=xIxE40zA4_pEBbsng4C0iXBVmjo0VSYHeZL98CrDey4,7081
5
- kattis2canvas-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- kattis2canvas-0.1.6.dist-info/entry_points.txt,sha256=V7GPrZNe7aIcu6f_dNo_pCjkuqBQxRzKAQZCNxl9DYg,56
7
- kattis2canvas-0.1.6.dist-info/top_level.txt,sha256=ZoThmon7y1CR0sTAZndaF2rloBK8xz10mGyz5PUbtCo,14
8
- kattis2canvas-0.1.6.dist-info/RECORD,,