On Monday, December 21, 2015 at 5:56:19 PM UTC-8, Ahmed M. wrote:
>
> Here is something I tried and I can't find an explanation for. I 
> downloaded [15128] in stead of [15109] and it worked!
>

That's strange, there should be no difference in behavior  between those 
two versions.
 

> I am going to do a diff and see what are the differences. I just thought I 
> 'd update you.
> Also, I added the 'os.path.normpath' to 
> {{{
>  if env_path !=  os.path.normpath(self.env.path):
> }}}
> but it didn't help.
>
> Any suggestions where to look? 
>

You could log the env_path values to see if we can spot an issue:
self.log.debug("TicketMoverPlugin: env_path = %s, self.env.path = %s", 
env_path, self.env.path)
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to