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

Commit2321631

Browse files
author
Gauvain Pocentek
committed
fix parsing of options
1 parent4c998ea commit2321631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ for arg in sys.argv[1:]:
124124
continue
125125

126126
k,v=arg.split('=',1)
127-
k=k.strip().replace('_','-')
127+
k=k.strip().replace('-','_')
128128
v=v.strip()
129129

130130
ifk=='gitlab':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp