Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit334ef84

Browse files
committed
Stop signing releases
Related togitpython-developers/gitdb#77
1 parent8551da6 commit334ef84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ release: clean
4646
force_release:: clean
4747
git push --tags
4848
python3 setup.py sdist bdist_wheel
49-
twine upload-s -i 27C50E7F590947D7273A741E85194C08421980C9dist/*
49+
twine upload dist/*

‎smmap/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def extend_left_to(self, window, max_size):
7171
rofs=self.ofs-window.ofs_end()
7272
nsize=rofs+self.size
7373
rofs-=nsize-min(nsize,max_size)
74-
self.ofs=self.ofs-rofs
74+
self.ofs-=rofs
7575
self.size+=rofs
7676

7777
defextend_right_to(self,window,max_size):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp