yungParrot commented on pull request #111: URL: https://github.com/apache/ranger/pull/111#issuecomment-1070544626
@JeevansSP its hard to tell what causes this problem... what version of ranger are you using? maybe an older version which doesn't have this issue fixed? if it still occurs you should probably create a new issue 🤔 --- btw when formating your code with ``` you can specify the syntax highlighting e.g. ```python so this: ``` x = 123 print(x) ``` will look like this: ```python x = 123 print(x) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
