Showing 1 changed files with 1 additions and 1 deletions
+1 -1
compare
... ...
@@ -93,7 +93,7 @@ def initialize():
93 93
                 for file in files:
94 94
                     if os.path.isfile(os.path.join(root, file)):
95 95
                         sources_files[os.path.join(root, file)] = 1
96
-    dir(args)
96
+
97 97
     return list(sources_files.keys()), args
98 98
   
99 99
 def prime(i, primes):