Skip to content

Commit

Permalink
sfscan: Fix format string (smicallef#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Sep 24, 2021
1 parent d35eb34 commit cc7aa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def __startScan(self, threaded=True):
self.eventQueue = queue.Queue()

# moduleList = list of modules the user wants to run
self.__sf.debug("Loading {len(self.__moduleList)} modules ...")
self.__sf.debug(f"Loading {len(self.__moduleList)} modules ...")
for modName in self.__moduleList:
if not modName:
continue
Expand Down

0 comments on commit cc7aa41

Please sign in to comment.