Skip to content

Commit e6295d0

Browse files
minor fix for previous commit
1 parent 28a6b6f commit e6295d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datajoint/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ class key:
4646
config.add_history('No config file found, using default settings.')
4747
else:
4848
config.load(config_file)
49-
del config_file
49+
del config_file
50+
5051
del config_files
5152

5253
# override login credentials with environment variables

0 commit comments

Comments
 (0)