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

Commit 6bc8284

Browse files
aaldaberaaldaber
aaldaber
authored and
aaldaber
committed
One small fix
1 parent 3586b58 commit 6bc8284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scrapyproject/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,8 +1503,8 @@ def sharing_db(dbname, target_user, projectname, username):
15031503

15041504
while not checked_all_database_names:
15051505
checked_all_database_names = 1
1506-
for dbname in existing_dbs:
1507-
if str(dbname) == target_db_name:
1506+
for onedbname in existing_dbs:
1507+
if str(onedbname) == target_db_name:
15081508
target_db_name += str(db_version)
15091509
db_version += 1
15101510
checked_all_database_names = 0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /