You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why these two lines are there seeing as discopath already contains these?
I removed the lines and ran make test which didn't result in any errors.
The text was updated successfully, but these errors were encountered:
pooya
added a commit
to pooya/disco
that referenced
this issue
Aug 15, 2015
fix issue discoproject#622
Thanks to @erikdubbelboer.
The newer versions of python print a warning message for duplicate files.
The file finder is able to add these files and add them to the zipfile.
When starting a job you always get the following two warnings:
These are cause by
disco/lib/disco/worker/__init__.py
Lines 242 to 243 in 83874d9
I was wondering why these two lines are there seeing as
discopath
already contains these?I removed the lines and ran
make test
which didn't result in any errors.The text was updated successfully, but these errors were encountered: