Skip to content

Commit

Permalink
Merge pull request #369 from nextcloud/upstream/issue/6406
Browse files Browse the repository at this point in the history
Nautilus shell integration: Print python version on startup #6406
  • Loading branch information
juliusknorr authored Jun 1, 2018
2 parents e498193 + 70f0792 commit 4be565c
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 @@ -35,6 +35,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 4be565c

Please sign in to comment.