Private GIT

Skip to content
Snippets Groups Projects
Commit d489b574 authored by Ruud's avatar Ruud
Browse files

Remove dev check

parent 263a972b
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ class Scanner(Plugin): ...@@ -263,7 +263,7 @@ class Scanner(Plugin):
file_too_new = tryInt(time.time() - file_time) file_too_new = tryInt(time.time() - file_time)
break break
if file_too_new and not Env.get('dev'): if file_too_new:
log.info('Files seem to be still unpacking or just unpacked (created on %s), ignoring for now: %s' % (time.ctime(file_time), identifier)) log.info('Files seem to be still unpacking or just unpacked (created on %s), ignoring for now: %s' % (time.ctime(file_time), identifier))
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment