Skip to content

Commit

Permalink
Nautilus shell integration: Print python version on startup #6406
Browse files Browse the repository at this point in the history
(cherry picked from commit 44071f0)
  • Loading branch information
ckamm committed Apr 26, 2018
1 parent bdb485f commit d1cd728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell_integration/nautilus/syncstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
appname = 'ownCloud'

print("Initializing "+appname+"-client-nautilus extension")
print("Using python version {}".format(sys.version_info))

def get_local_path(url):
if url[0:7] == 'file://':
Expand Down

0 comments on commit d1cd728

Please sign in to comment.