Skip to content

Commit

Permalink
fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Feb 16, 2018
1 parent d20f247 commit 06d4ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reloadconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def get_config(self):
for fn in filenames:
if fn not in self.watch_names:
filenames.remove(fn)
if fn in config:
elif fn in config:
filenames.remove(fn)

# If we did not find any new config files, exit loop.
Expand Down

0 comments on commit 06d4ccf

Please sign in to comment.